TRACKER HOUSTONTRACKER2 DATA

From MSX MUSIC WIKI
Revision as of 11:43, 28 April 2021 by Kumokosi (talk | contribs)
Jump to: navigation, search
musicData				;initialize an empty song on first run

speed
	db #10				;speed
usrDrum
	dw #0				;usr drum pointer
looprow
	db 0				;loop point (row#)

ptns					;the pattern matrix
	ds 256*4,#ff			;1024+1 #ff bytes
	db #ff

ptn00					;the note patterns
	ds 16*128			;128*16 #00 bytes
 
fxptn00					;the fx patterns
 	ds 32*64			;64*32 #00 bytes

musicEnd equ $