mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-26 11:30:12 +00:00
5c07480333
backed out a qkumba optimization that in retrospect I am not sure what it was doing but it was broken subtly in at least 2 places could probabl be re-optimized again, especially the pt3_lib version |
||
---|---|---|
.. | ||
empty.dsk | ||
hardware.inc | ||
hello.bas | ||
interrupt_handler.s | ||
Makefile | ||
mockingboard_a.s | ||
OPTIMIZATION.txt | ||
pt3_lib.dsk | ||
pt3_lib.s | ||
pt3_test.s | ||
README.pt3_lib | ||
zp.inc |
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.