(boot.rom)Fixed leak
This commit is contained in:
parent
c63a8fa882
commit
3b6701ba39
|
@ -112,7 +112,7 @@ BRK
|
||||||
|
|
||||||
.Controller/button DEI
|
.Controller/button DEI
|
||||||
DUP #10 ! ,&no-up JCN
|
DUP #10 ! ,&no-up JCN
|
||||||
#01 .browser/sel LDZ DEC ;select-file JSR2
|
.browser/sel LDZ DEC ;select-file JSR2
|
||||||
POP BRK
|
POP BRK
|
||||||
&no-up
|
&no-up
|
||||||
DUP #20 ! ,&no-down JCN
|
DUP #20 ! ,&no-down JCN
|
||||||
|
@ -127,6 +127,7 @@ BRK
|
||||||
.Controller/key DEI
|
.Controller/key DEI
|
||||||
DUP #0d ! ,&no-enter JCN
|
DUP #0d ! ,&no-enter JCN
|
||||||
.browser/sel LDZ ;run-file JSR2
|
.browser/sel LDZ ;run-file JSR2
|
||||||
|
POP
|
||||||
&no-enter
|
&no-enter
|
||||||
POP
|
POP
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue