Changes

TRACKER HOUSTONTRACKER2 DATA

374 bytes added, 11:42, 28 April 2021
Created page with " 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 p..."
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 $