uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

commit 3b6701ba39b4ed2e0aebd77a7346aba31ae8cb0a
parent c63a8fa882aef1caff3c97bcaf3ef6415d6a68e1
Author: Devine Lu Linvega <aliceffekt@gmail.com>
Date:   Fri, 12 Nov 2021 13:55:51 -0500

(boot.rom)Fixed leak

Diffstat:
Mprojects/software/boot.tal | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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