From 5ba9a3c963ff22186d83ecab638e12d8bf86cc57 Mon Sep 17 00:00:00 2001 From: mgcaret Date: Thu, 7 May 2020 13:12:25 -0700 Subject: [PATCH] GoSXB: fix minor romfs bug --- platforms/GoSXB/fcode/romfs.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/GoSXB/fcode/romfs.fs b/platforms/GoSXB/fcode/romfs.fs index f9dc24d..ed19c18 100644 --- a/platforms/GoSXB/fcode/romfs.fs +++ b/platforms/GoSXB/fcode/romfs.fs @@ -142,7 +142,7 @@ external : ?romfs-run ( addr u -- ... ) romfs-lookup dup if - over c@ 8 = if + over 1+ c@ 8 = if \ is probably FCode drop 1 1 byte-load else