dos33fsprogs/music/pt3_lib_6ch
Vince Weaver 2e91db49ec pt3_lib_6ch: update README 2024-01-18 20:22:11 -05:00
..
music pt3_lib_ch6: some code trying to play 6 channels of pt3 music 2024-01-17 23:48:51 -05:00
release pt3_lib_ch6: update disk image 2024-01-18 02:05:57 -05:00
LICENSE pt3_lib_ch6: some code trying to play 6 channels of pt3 music 2024-01-17 23:48:51 -05:00
Makefile pt3_lib_ch6: add visualization 2024-01-18 01:50:44 -05:00
NOTES pt3_lib_ch6: some code trying to play 6 channels of pt3 music 2024-01-17 23:48:51 -05:00
README pt3_lib_6ch: update README 2024-01-18 20:22:11 -05:00
hardware.inc pt3_lib_ch6: add visualization 2024-01-18 01:50:44 -05:00
hello.bas pt3_lib_ch6: possibly have looping fixed 2024-01-18 00:15:48 -05:00
interrupt_handler.s pt3_lib_ch6: some code trying to play 6 channels of pt3 music 2024-01-17 23:48:51 -05:00
pt3_lib_common.s pt3_lib_ch6: actually more or less works 2024-01-18 00:04:39 -05:00
pt3_lib_core.s pt3_lib_ch6: some code trying to play 6 channels of pt3 music 2024-01-17 23:48:51 -05:00
pt3_lib_core2.s pt3_lib_ch6: some code trying to play 6 channels of pt3 music 2024-01-17 23:48:51 -05:00
pt3_lib_detect_model.s pt3_lib_ch6: some code trying to play 6 channels of pt3 music 2024-01-17 23:48:51 -05:00
pt3_lib_gs_interrupt.s pt3_lib_ch6: some code trying to play 6 channels of pt3 music 2024-01-17 23:48:51 -05:00
pt3_lib_init.s pt3_lib_ch6: actually more or less works 2024-01-18 00:04:39 -05:00
pt3_lib_irq_handler.s pt3_lib_ch6: actually more or less works 2024-01-18 00:04:39 -05:00
pt3_lib_mockingboard_detect.s pt3_lib_ch6: some code trying to play 6 channels of pt3 music 2024-01-17 23:48:51 -05:00
pt3_lib_mockingboard_setup.s pt3_lib_ch6: some code trying to play 6 channels of pt3 music 2024-01-17 23:48:51 -05:00
pt3_test.s pt3_lib_ch6: toggle the frequency conversion 2024-01-18 02:05:14 -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

README

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.