dos33fsprogs/music/pt3_lib_6ch
2024-01-18 20:22:11 -05:00
..
music
release
hardware.inc
hello.bas
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
README
visual.s
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.