mirror of
https://github.com/mgcaret/of816.git
synced 2025-01-16 14:30:34 +00:00
4 lines
100 B
Bash
Executable File
4 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
EXEBIN=${GOSXB:-gosxb}
|
|
exec ${EXEBIN} -load 0x200000:forth -rom-bank 0x20 -rom-file rom
|