dos33fsprogs/pt3_lib
2019-09-12 00:51:17 -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: create combined version for pt3_lib and pt3_player 2019-09-11 16:08:36 -04:00
Makefile pt3_lib: move most things to lib files now 2019-09-12 00:21:08 -04:00
pt3_lib_core.s pt3: create combined version for pt3_lib and pt3_player 2019-09-11 16:08:36 -04:00
pt3_lib_init.s pt3: create combined version for pt3_lib and pt3_player 2019-09-11 16:08:36 -04:00
pt3_lib_irq_handler.s pt3: create combined version for pt3_lib and pt3_player 2019-09-11 16:08:36 -04:00
pt3_lib_mockingboard.s pt3_lib: move most things to lib files now 2019-09-12 00:21:08 -04:00
pt3_lib.dsk pt3_lib: also use loop to zero vars 2019-06-08 01:44:04 -04:00
pt3_test.s ootw: update to newer pt3_lib 2019-09-12 00:51:17 -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: make the lib tester a bit simpler 2019-09-11 16:56:48 -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.