GoSXB runner script update

This commit is contained in:
mgcaret 2019-12-29 12:49:35 -08:00
parent 5e1ba3dab1
commit b38171eb29
1 changed files with 2 additions and 1 deletions

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