dos33fsprogs/pt3_lib
2019-06-08 00:51:51 -04:00
..
empty.dsk pt3_lib: add directory with just the pt3 player 2019-06-07 15:18:51 -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: make interrupt handlers consistent 2019-06-07 16:56:41 -04:00
Makefile pt3_lib: add directory with just the pt3 player 2019-06-07 15:18:51 -04:00
mockingboard_a.s pt3_lib: add directory with just the pt3 player 2019-06-07 15:18:51 -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: add directory with just the pt3 player 2019-06-07 15:18:51 -04:00
pt3_lib.s pt3: also fix pt3_lib 2019-06-08 00:51:51 -04:00
pt3_test.s pt3_test: add IIc support 2019-06-07 16:05:55 -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_lib: add directory with just the pt3 player 2019-06-07 15:18:51 -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.