;
; NMI handling (Gamate version)
.export NMIStub
.segment "INIT"
NMIStub:
; A is saved by the BIOS
;pha
;txa
;tya
;pla
;tay
;tax
rts