dos33fsprogs/music/pt3_lib_6ch
2024-01-18 00:15:48 -05:00
..
music
release pt3_lib_ch6: possibly have looping fixed 2024-01-18 00:15:48 -05:00
hardware.inc
hello.bas pt3_lib_ch6: possibly have looping fixed 2024-01-18 00:15:48 -05:00
interrupt_handler.s
LICENSE
Makefile
NOTES
pt3_lib_common.s
pt3_lib_core2.s
pt3_lib_core.s
pt3_lib_detect_model.s
pt3_lib_gs_interrupt.s
pt3_lib_init.s
pt3_lib_irq_handler.s
pt3_lib_mockingboard_detect.s
pt3_lib_mockingboard_setup.s
pt3_test.s pt3_lib_ch6: possibly have looping fixed 2024-01-18 00:15:48 -05:00
README pt3lib_ch6: update README 2024-01-18 00:05:44 -05:00
zp.inc

pt3_lib, but playing 6 channels (on both AY-3-8910) of the Mockingboard

Vortex Tracker supports this, essentially just playing two pt3 files at once

this is a hack, just duplicating all the player code.

It would probably be possible to share more common code.

Note: it assumes the songs you are playing are similar.  While it would
	be possible to set it up so they could use separate note tables,
	it seems odd and we currently don't support it.

also note:
	looping on song2 is broken currently?