add some bad test data, to move on to song view

This commit is contained in:
Nico 2021-06-23 17:48:32 +01:00
parent 91683d1bee
commit 5a66bfa1eb
2 changed files with 30 additions and 1 deletions

View File

@ -1,4 +1,5 @@
SRC=main.tal
run: rom.bin
uxnemu rom.bin

View File

@ -527,6 +527,34 @@ BRK
an ff in the note column of the pattern will kill the existing note without starting a new one (this is the tracker "box" note) )
@data ( start of data )
@pattern_table $ff ( pattern table. Contains the addresses of patterns )
@pattern_table :ptn0 :ptn1 :ptn2 :ptn3 ( pattern table. Contains the addresses of patterns )
@pattern_pointer :pointer-start ( pattern pointer. Points to where the next pattern will be written in memory )
@ptn0
3c 00 66
3d 00 66
3e 00 66
3f 00 66
40 00 66
$20
@ptn1
2c 00 06
2d 00 06
2e 00 06
2f 00 06
30 00 06
$20
@ptn2
40 00 66
3f 00 66
3e 00 66
3d 00 66
3c 00 66
$20
@ptn3
20 00 66
20 00 66
00 00 00
20 00 66
00 00 00
$20
@pointer-start