Tools for manipulating Apple II dos33 filesystems
Go to file
2020-12-11 00:44:55 -05:00
3d 3d: add some 3d tests for qkumba 2020-01-03 00:10:21 -05:00
another_myst anothermist: add image 2020-06-21 01:38:35 -04:00
appleiibot duke: work on map editor 2020-12-08 19:19:23 -05:00
asm_routines
asoft_basic-utils asoft_tokenize: yet another bug 2020-10-27 14:54:54 -04:00
asoft_presenter
asoft_sound
bgmusic bgmusic: add brief README 2020-11-05 17:16:23 -05:00
bmp2dhr b2d: for regular GR the results were only half-screen wide? 2020-07-23 10:57:32 -04:00
bot_demo botdemo: add missing basic programs 2020-11-20 00:24:00 -05:00
cd cd: wasting time making pt3 files 2020-01-10 11:46:59 -05:00
chiptune_debug
chiptune_player xmas2019: update with some minor fixes 2019-12-21 13:51:58 -05:00
combo_disk
deceptive_list
demosplash2019 demosplash2019: fix sound glitches 2019-12-21 11:36:40 -05:00
dgr_view dgr_view: double-lores image viewer 2020-07-23 10:27:54 -04:00
dhgr two-liners: add some more examples 2020-10-10 17:49:21 -04:00
disk_bug mist: the track0 load bug wasn't an AppleWin bug after all 2020-09-03 18:35:33 -04:00
dlowres_mode7
dos33fs-linux2.4
dos33fs-utils qboot2: qboot, but set up so code is reusable 2020-08-24 00:22:39 -04:00
duke duke: add help screen 2020-12-11 00:44:55 -05:00
dya
electric_duet
ethernet
fancy_lores
fire botdemo: more work on it 2020-11-15 21:43:16 -05:00
fireworks
galaxy galaxy: update the README 2019-12-08 20:36:25 -05:00
glados3.3
gr_viewer gr_viewer: minor changes 2020-01-13 20:05:01 -05:00
gr-sim memories: add fast plotting to sierpinski 2020-05-17 00:17:25 -04:00
gr-utils gr-utils: fix up one of the conversion utils 2020-10-28 00:36:59 -04:00
hellmood_memories botdemo: back to showing all 2020-11-17 19:20:30 -05:00
hgr hgr: always forget the Makefile changes 2020-12-08 11:24:15 -05:00
hgr-utils hgr-utils: update shape table to be a bit more useful 2020-10-07 01:33:30 -04:00
interlace_demo ds: add book scene 2019-10-07 00:12:36 -04:00
joystick joystick: test actually works 2020-09-05 23:16:06 -04:00
kfest2018
ksp
linker_scripts botdemo: some improvements 2020-11-17 01:12:08 -05:00
lzsa_test lzsa: update benchmarks 2020-03-04 23:22:17 -05:00
megademo
megamusic
mist add snow demo 2020-12-03 00:09:07 -05:00
mockingboard
mode7
mode7_demo
monkey monkey: joystick wasn't disabled by default 2020-10-29 01:36:18 -04:00
ootw ootw: working on sequnce 2020-03-02 02:23:08 -05:00
polly polly: working on tracing sound 2020-05-17 00:19:15 -04:00
pt3_lib pt3_lib: make more similar to the cycle-counting version 2019-12-28 23:51:12 -05:00
pt3_player pt3_lib: make more similar to the cycle-counting version 2019-12-28 23:51:12 -05:00
qboot qboot: testing re-entrancy 2020-08-22 01:26:08 -04:00
qboot2 qboot2: qboot, but set up so code is reusable 2020-08-24 00:22:39 -04:00
racebeam
seasons seasons: move zero page usage of autumn to conflict with basic less 2020-11-16 00:41:23 -05:00
shapetable_party dsr_shape: update some routines used when debugging shapes 2020-06-13 23:09:09 -04:00
sound_effects mist: trying for sound effects for selenitic 2020-07-31 16:16:20 -04:00
space_bars ds: fix colors when shooting 2019-11-06 16:11:14 -05:00
split_screen
still_alive
streams streams: small demo here, from buggy snow 2019-12-20 13:01:32 -05:00
tfv monkey: can be tiny, hooked up a few more rooms 2020-10-01 18:34:15 -04:00
two-liners appleiibot: separate from the two-liners code 2020-10-14 11:27:12 -04:00
vertical_scroll vs: add some missing files 2020-02-24 00:19:48 -05:00
waterfall
xmas_2018
xmas_2019 xmas2019: proper version number 2019-12-29 00:57:24 -05:00
CHANGES
INSTALL.tfv
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

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