diff --git a/projects/software/boot.tal b/projects/software/boot.tal index a71645e..a6c708f 100644 --- a/projects/software/boot.tal +++ b/projects/software/boot.tal @@ -112,7 +112,7 @@ BRK .Controller/button DEI DUP #10 ! ,&no-up JCN - #01 .browser/sel LDZ DEC ;select-file JSR2 + .browser/sel LDZ DEC ;select-file JSR2 POP BRK &no-up DUP #20 ! ,&no-down JCN @@ -127,6 +127,7 @@ BRK .Controller/key DEI DUP #0d ! ,&no-enter JCN .browser/sel LDZ ;run-file JSR2 + POP &no-enter POP