mirror of
https://github.com/mgcaret/of816.git
synced 2025-01-04 10:30:26 +00:00
GoSXB runner script update
This commit is contained in:
parent
5e1ba3dab1
commit
b38171eb29
3
platforms/GoSXB/gosxb-of816.sh
Normal file → Executable file
3
platforms/GoSXB/gosxb-of816.sh
Normal file → Executable 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
|
||||
|
Loading…
Reference in New Issue
Block a user