gosxb updates

This commit is contained in:
mgcaret 2020-10-29 23:20:03 -07:00
parent 955626713b
commit a8cde5abd9
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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