dos33fsprogs/utils/dos33fs-utils
Vince Weaver 6b5c3612b0 dos33: fix disk corruption on DELETE
was using &vtoc where it should have just been vtoc so writing the
pointer value rather than the buffer.  urgh
2021-08-24 18:15:00 -04:00
..
tests re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
char2hex.c re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
dos33_catalog.c dos33: add debugging 2021-08-24 17:06:05 -04:00
dos33_dump.c dos33: split off the dump code 2021-03-29 16:28:14 -04:00
dos33_raw.c hgrmist: work on autodetect of sound 2021-07-08 00:36:35 -04:00
dos33_text2ascii.c re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
dos33_vtoc_bitmap.c dos33: fix disk corruption on DELETE 2021-08-24 18:15:00 -04:00
dos33.c dos33: fix disk corruption on DELETE 2021-08-24 18:15:00 -04:00
dos33.h dos33: add debugging 2021-08-24 17:06:05 -04:00
make_b.c re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
Makefile dos33: fix disk corruption on DELETE 2021-08-24 18:15:00 -04:00
mkdos33fs.c dos33: fix disk corruption on DELETE 2021-08-24 18:15:00 -04:00
README utils: fix up so all compiles again 2021-01-05 16:13:43 -05:00
TODO re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00
version.h re-arranged the entire directory structure 2021-01-05 15:29:31 -05:00

============
dos33fsprogs
============

Tools for manipulating an Apple II 140k dos33 filesystem.




+ dos33  : a tool for manipulating dos33 .dsk images

+ dos33_raw: put raw track/sectors onto a .dsk image
	this is used by the Myst demake

+ make_b : take a machine language blob and give it the size/offset
           header needed to BLOAD it from DOS3.3

+ dos33_text2ascii: convert a dos33 text file to ASCII

+ mkdos33fs:	create an Apple ][ DOS 3.3 filesystems