Tools for manipulating Apple II dos33 filesystems
Go to file
2019-12-20 13:01:11 -05:00
asm_routines
asoft_basic-utils asoft-tokenize: scrn() wasn't working 2019-12-11 08:34:58 -05:00
asoft_presenter
asoft_sound asoft_sound: include comments in generated code 2017-01-05 14:08:59 -05:00
bmp2dhr
chiptune_debug
chiptune_player
combo_disk
deceptive_list
demosplash2019 ds: re-sync the sound after escaping 2019-11-18 20:39:19 -05:00
dlowres_mode7
dos33fs-linux2.4
dos33fs-utils dos33: add error message instead of hanging if reading too far in VTOC 2019-08-16 09:58:03 -04:00
dya
electric_duet
ethernet
fancy_lores
fire
fireworks
galaxy galaxy: update the README 2019-12-08 20:36:25 -05:00
glados3.3
gr-sim gr-sim: tfv: fix build 2019-11-12 10:01:38 -05:00
gr-utils ds: missing now cycle counted more or less 2019-11-14 22:45:51 -05:00
hgr-utils fix ordering of LFLAGS in Makefiles 2019-11-12 09:53:24 -05:00
interlace_demo ds: add book scene 2019-10-07 00:12:36 -04:00
kfest2018
ksp
linker_scripts ds: trying to put it all together 2019-11-05 23:56:51 -05:00
megademo
megamusic
mockingboard
mode7 xmas2018: make scroller use lz4 compression instead of RLE 2018-12-18 13:43:33 -05:00
mode7_demo
ootw galaxy: add galaxy demo 2019-12-08 20:34:57 -05:00
pt3_lib ootw: update to newer pt3_lib 2019-09-12 00:51:17 -04:00
pt3_player pt3: doing some testing, still looking for bugs 2019-11-20 15:18:24 -05:00
racebeam
space_bars ds: fix colors when shooting 2019-11-06 16:11:14 -05:00
split_screen
still_alive
tfv gr-sim: tfv: fix build 2019-11-12 10:01:38 -05:00
two-liners
waterfall vapor_lock: update all demos with the improved code 2018-10-31 12:52:28 -04:00
xmas_2018
xmas_2019 xmas2019: work on snow 2019-12-20 13:01:11 -05:00
CHANGES
INSTALL.tfv add TFV install directions 2018-07-15 19:32:33 -04:00
Makefile
Makefile.inc
README
TODO

%%%%%%%%%%%%
dos33fsprogs
%%%%%%%%%%%%

    http://www.deater.net/weave/vmwprod/apple/dos33fs.html

    by Vince Weaver <vince _at_ deater.net>
    

These are some tools for manipulating Apple II disk files that
I've written over the years while doing Apple 2 hacking.


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


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 that can 
		be loaded with "BLOAD IMAGE,A$2000"

		To get it to work, create an image with the GIMP.
		Scale to 140x160.  Save as indexed with the 
		included "hgr.pal" palette.

                It also works with 280x160 but in that case it ignores
		colors and only generates black and white output.


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


mkdos33fs:	create an Apple ][ DOS 3.3 filesystems


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

asoft_presenter:

    creates a slide presentation disk image for use on apple II

    see README.presenter for more documentation

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

shape_table:  create an Apple shape table for use with
              DRAW and XDRAW commands
	      
	      can generate BASIC code to load it (via DATA) or
	      else a binary version that can be BLOADed
	      
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

asoft_compact: tries to compress your Applesoft basic program
               to make it as small as possible

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%