2021-01-05 21:23:03 +00:00
|
|
|
DOS33fsprogs -- v 0.9?
|
|
|
|
=========================
|
2007-08-21 02:26:00 +00:00
|
|
|
|
2021-01-05 21:23:03 +00:00
|
|
|
by Vince "deater" Weaver, vince _at_ deater.net
|
2012-05-04 19:36:23 +00:00
|
|
|
|
2021-01-05 21:23:03 +00:00
|
|
|
A somewhat increasingly innacurately named git repository containing
|
|
|
|
most of my Apple II work.
|
2007-08-21 02:26:00 +00:00
|
|
|
|
2021-01-05 21:23:03 +00:00
|
|
|
Originally this just contained the dos33 tools found under ./utils/dos33*
|
|
|
|
but now has a lot of other things.
|
2007-08-21 02:26:00 +00:00
|
|
|
|
2012-05-04 20:03:10 +00:00
|
|
|
|
2021-01-05 21:23:03 +00:00
|
|
|
+ asm_routines
|
|
|
|
some common assembly language routines (many are out of date)
|
2012-05-04 20:03:10 +00:00
|
|
|
|
2021-01-05 21:23:03 +00:00
|
|
|
+ basic
|
|
|
|
Applesoft BASIC and appleiibot code
|
2012-05-04 20:03:10 +00:00
|
|
|
|
2021-01-05 21:23:03 +00:00
|
|
|
+ combo_disk
|
|
|
|
A script to generate a "combo" disk with lots of demos on it
|
2012-05-04 20:03:10 +00:00
|
|
|
|
2021-01-05 21:23:03 +00:00
|
|
|
+ compression
|
|
|
|
code compression tests
|
2012-05-04 20:03:10 +00:00
|
|
|
|
2021-01-05 21:23:03 +00:00
|
|
|
+ demos
|
|
|
|
all of my various demoscene demos
|
2012-05-04 20:03:10 +00:00
|
|
|
|
2021-01-05 21:23:03 +00:00
|
|
|
+ disk
|
|
|
|
disk access code, mostly from qkumba
|
2012-05-04 20:03:10 +00:00
|
|
|
|
2021-01-05 21:23:03 +00:00
|
|
|
+ docs
|
|
|
|
various text documents
|
2012-05-04 20:03:10 +00:00
|
|
|
|
2021-01-05 21:23:03 +00:00
|
|
|
+ ethernet
|
|
|
|
code for accessing the Uthernet II, including a webserver in
|
|
|
|
Applesoft BASIC
|
2012-05-04 20:03:10 +00:00
|
|
|
|
2021-01-05 21:23:03 +00:00
|
|
|
+ games
|
|
|
|
various games and demake games by me
|
2012-05-04 20:03:10 +00:00
|
|
|
|
2021-01-05 21:23:03 +00:00
|
|
|
+ graphics
|
|
|
|
where I develop/test out graphics code
|
2012-05-04 20:03:10 +00:00
|
|
|
|
2021-01-05 21:23:03 +00:00
|
|
|
+ joystick
|
|
|
|
where I develop/test out joystick code
|
2012-05-04 20:03:10 +00:00
|
|
|
|
2021-01-05 21:23:03 +00:00
|
|
|
+ linker_scripts
|
|
|
|
common linker scripts for ca65 assembler
|
2012-05-04 20:03:10 +00:00
|
|
|
|
2021-01-05 21:23:03 +00:00
|
|
|
+ music
|
|
|
|
mockingboard (ay-3-8910) demos/programs/routines
|
|
|
|
including the pt3_lib software
|
2007-08-21 02:26:00 +00:00
|
|
|
|
2021-01-05 21:23:03 +00:00
|
|
|
+ textmode
|
|
|
|
where I develop/test out textmode code
|
2012-05-04 20:03:10 +00:00
|
|
|
|
2021-01-05 21:23:03 +00:00
|
|
|
+ utils
|
|
|
|
various useful utilities for developing Apple II code under Linux
|
|
|
|
including graphics conversion routines and disk manipulation tools
|
2012-05-04 20:03:10 +00:00
|
|
|
|
2021-01-05 21:23:03 +00:00
|
|
|
+ vaporlock
|
|
|
|
where I develop/test out race-the-beam, mid-screen switching,
|
|
|
|
floating-bus and vaporlock code
|
2012-05-04 20:03:10 +00:00
|
|
|
|