mirror of
https://github.com/mgcaret/of816.git
synced 2024-12-28 10:30:21 +00:00
gosxb updates
This commit is contained in:
parent
955626713b
commit
a8cde5abd9
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user