Browse code

(boot.rom)Fixed leak

Devine Lu Linvega authored on 12/11/2021 18:55:51
Showing 1 changed files
... ...
@@ -112,7 +112,7 @@ BRK
112 112
 
113 113
 	.Controller/button DEI
114 114
 	DUP #10 ! ,&no-up JCN
115
-		#01 .browser/sel LDZ DEC ;select-file JSR2
115
+		.browser/sel LDZ DEC ;select-file JSR2
116 116
 		POP BRK
117 117
 		&no-up
118 118
 	DUP #20 ! ,&no-down JCN
... ...
@@ -127,6 +127,7 @@ BRK
127 127
 	.Controller/key DEI
128 128
 	DUP #0d ! ,&no-enter JCN
129 129
 		.browser/sel LDZ ;run-file JSR2
130
+		POP
130 131
 		&no-enter
131 132
 	POP
132 133