diff options
author | B. Watson <yalhcru@gmail.com> | 2014-01-11 08:49:40 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:20:58 -0600 |
commit | c1efd07c7c047c2d6e9be428b7b648819df7df1c (patch) | |
tree | 05ae40f585a4a67c3317d1cf0de9fdfac1faeab9 /system/dos33fsprogs/README | |
parent | d3f5cbed2d0ce0c8fea356cfd55cb544da1440be (diff) | |
download | slackbuilds-c1efd07c7c047c2d6e9be428b7b648819df7df1c.tar.gz |
system/dos33fsprogs: Added (Utilities for the Apple II DOS 3.3 FS).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/dos33fsprogs/README')
-rw-r--r-- | system/dos33fsprogs/README | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/system/dos33fsprogs/README b/system/dos33fsprogs/README new file mode 100644 index 0000000000..bf3aa82137 --- /dev/null +++ b/system/dos33fsprogs/README @@ -0,0 +1,31 @@ +dos33fsprogs (Utilitiies for the Apple II DOS 3.3 filesystem) + +These are tools to be used on DOS 3.3 filesystem disk images. +DOS 3.3 is a filesystem used on Apple II floppy disks. +There are also some generally useful Apple II utilities. + +Included utilities: + +make_b: take a machine language blob and give it the size/offset + header needed to BLOAD it from DOS3.3 + +asoft_detoken: takes an applesoft file obtained with dos33 + and converts it to an ASCII text file + +tokenize_asoft: takes an ASCII text file and converts it + into a tokenized applesoft file + +dos33: a tool for manipulating dos33 .dsk images + +dos33_text2ascii: convert a dos33 text file to ASCII + +integer_detoken: detokenize an Apple Integer BASIC program + +pcx2hgr: converts a 140x160 (or 140x192) PCX image file + into an Apple II HGR graphics file + +mkdos33fs: create an Apple ][ DOS 3.3 filesystem + +asoft_presenter: create a slide presentation disk image for use on apple II + +shape_table: create an Apple shape table for use with DRAW/XDRAW commands |