mirror of
https://github.com/mgcaret/of816.git
synced 2025-01-14 02:32:09 +00:00
GoSXB: more commentary
This commit is contained in:
parent
cf9d37dba8
commit
160bfb5c55
2
platforms/GoSXB/gosxb-of816.sh
Normal file
2
platforms/GoSXB/gosxb-of816.sh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
gosxb -load 0x200000:forth -rom-bank 0x20 -rom-file rom
|
@ -1,3 +1,9 @@
|
|||||||
|
; This is a stub ROM for the GoSXB emulator that will jump to $200000 upon
|
||||||
|
; reset, NMI, or BRK.
|
||||||
|
; For every other kind of interrupt, it causes GoSXB to exit. If it happens
|
||||||
|
; to be running on real hardware, it will hang instead of exit.
|
||||||
|
; The purpose of this stub is to execute OF816 in ROM in bank $20.
|
||||||
|
|
||||||
.p816
|
.p816
|
||||||
.a16
|
.a16
|
||||||
.i16
|
.i16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user