From a8cde5abd99b4f300d971a4e7b6eda7dcfc73f80 Mon Sep 17 00:00:00 2001 From: mgcaret Date: Thu, 29 Oct 2020 23:20:03 -0700 Subject: [PATCH] gosxb updates --- platforms/GoSXB/gosxb-of816.sh | 2 +- platforms/GoSXB/romfs_files/AUTOEXEC | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/platforms/GoSXB/gosxb-of816.sh b/platforms/GoSXB/gosxb-of816.sh index da31b89..d93ec47 100755 --- a/platforms/GoSXB/gosxb-of816.sh +++ b/platforms/GoSXB/gosxb-of816.sh @@ -2,7 +2,7 @@ EXEBIN=${GOSXB:-gosxb} cd `dirname $0` ROMFSOPTS= -if [ -r romfs ]; then +if [ -z "$1" ] && [ -r romfs ]; then ROMFSOPTS="-load 0x220000:romfs -rom-bank 0x22" fi exec ${EXEBIN} -load 0x200000:forth -rom-bank 0x20 ${ROMFSOPTS} -rom-file rom diff --git a/platforms/GoSXB/romfs_files/AUTOEXEC b/platforms/GoSXB/romfs_files/AUTOEXEC index 62ec331..a8a42d0 100644 --- a/platforms/GoSXB/romfs_files/AUTOEXEC +++ b/platforms/GoSXB/romfs_files/AUTOEXEC @@ -3,5 +3,6 @@ also romfs s" message.fs" ?romfs-run s" board.fs" ?romfs-run s" of.fs" ?romfs-run -previous + +forth only definitions