dos33fsprogs/music/pt3_lib_6ch
2024-01-18 20:22:11 -05:00
..
music
release pt3_lib_ch6: update disk image 2024-01-18 02:05:57 -05:00
hardware.inc pt3_lib_ch6: add visualization 2024-01-18 01:50:44 -05:00
hello.bas
interrupt_handler.s
LICENSE
Makefile pt3_lib_ch6: add visualization 2024-01-18 01:50:44 -05:00
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: toggle the frequency conversion 2024-01-18 02:05:14 -05:00
README pt3_lib_6ch: update README 2024-01-18 20:22:11 -05:00
visual.s pt3_lib_ch6: add visualization 2024-01-18 01:50:44 -05:00
zp.inc pt3_lib_ch6: add visualization 2024-01-18 01:50:44 -05:00

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.