dos33fsprogs/pt3_lib
Vince Weaver a0dc7d4150 pt3: big mess finding bug in pt3_lib
was playing OOTW ending wrong

was an accidentally commented out "lda #0"  blurgh

some other code cleanups while at it, mostly making it match
the pt3_player code a bit more

also stop using TEMP from interrupt as other code might use it
2019-08-21 15:07:20 -04:00
..
empty.dsk pt3_lib: add directory with just the pt3 player 2019-06-07 15:18:51 -04:00
hardware.inc pt3_lib: clean up zero-page usage 2019-06-10 14:08:17 -04:00
hello.bas pt3_lib: add directory with just the pt3 player 2019-06-07 15:18:51 -04:00
interrupt_handler.s pt3_lib: clean up zero-page usage 2019-06-10 14:08:17 -04:00
Makefile pt3_lib: add directory with just the pt3 player 2019-06-07 15:18:51 -04:00
mockingboard_a.s pt3: big mess finding bug in pt3_lib 2019-08-21 15:07:20 -04:00
OPTIMIZATION.txt pt3_lib: add directory with just the pt3 player 2019-06-07 15:18:51 -04:00
pt3_lib.dsk pt3_lib: also use loop to zero vars 2019-06-08 01:44:04 -04:00
pt3_lib.s pt3: big mess finding bug in pt3_lib 2019-08-21 15:07:20 -04:00
pt3_test.s pt3: big mess finding bug in pt3_lib 2019-08-21 15:07:20 -04:00
README.pt3_lib pt3_lib: add directory with just the pt3 player 2019-06-07 15:18:51 -04:00
zp.inc pt3: big mess finding bug in pt3_lib 2019-08-21 15:07:20 -04:00

The PT3_player Library
~~~~~~~~~~~~~~~~~~~~~~

	by Vince "Deater" Weaver
	7 June 2019
	http://www.deater.net/weave/vmwprod/pt3_player/

	Plays Vortex Tracker II .pt3 files on the Apple II


This code is meant as a relatively simple, reasonably optimized version
of the PT3 Vortex-Tracker player for use in other programs.

The orignal player code can be found in ../pt3_player/
That codebase is being *extremely* optimized to the point it's no longer
very straightforward to reuse the code.