(m291) Disable pause message before play
This commit is contained in:
parent
f194db1610
commit
041f3dda07
|
@ -210,6 +210,7 @@
|
||||||
JMP2r
|
JMP2r
|
||||||
|
|
||||||
@<send-pause> ( -- )
|
@<send-pause> ( -- )
|
||||||
|
.playing LDZ ?{ JMP2r }
|
||||||
[ LIT2 02 -paused ] LDZ ORA .paused STZ
|
[ LIT2 02 -paused ] LDZ ORA .paused STZ
|
||||||
;dict/pause-cmd <pstr> !<draw-play>
|
;dict/pause-cmd <pstr> !<draw-play>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue