1
0
mirror of https://github.com/mgcaret/of816.git synced 2024-05-28 14:41:27 +00:00

GoSXB runner script update

This commit is contained in:
mgcaret 2019-12-29 12:49:35 -08:00
parent 5e1ba3dab1
commit b38171eb29

3
platforms/GoSXB/gosxb-of816.sh Normal file → Executable file
View File

@ -1,2 +1,3 @@
#!/bin/bash
gosxb -load 0x200000:forth -rom-bank 0x20 -rom-file rom
EXEBIN=${GOSXB:-gosxb}
exec ${EXEBIN} -load 0x200000:forth -rom-bank 0x20 -rom-file rom