(m291) Controller can launch song along

This commit is contained in:
Devine Lu Linvega 2024-08-28 09:10:05 -07:00
parent da9f55f354
commit d05cc83727
2 changed files with 3 additions and 1 deletions

View File

@ -24,6 +24,7 @@ archive:
.PHONY: all clean lint run install uninstall archive
${ROM}: src/${ID}.tal
${ROM}: src/${ID}.tal src/assets.tal
@ mkdir -p bin
@ ${ASM} src/${ID}.tal ${ROM}

View File

@ -145,6 +145,7 @@
( left ) DUP #40 NEQ ?{ <escape> }
( right ) DUP #80 NEQ ?{ .selection LDZ <pick> }
( A ) DUP #01 NEQ ?{ .selection LDZ <pick> }
( B ) DUP #02 NEQ ?{ <send-pause> }
POP BRK
(