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