set page 3 IRQ vector

This commit is contained in:
Peter Ferrie 2019-12-11 19:21:14 -08:00
parent dc1bb79b12
commit 88eca93b28
2 changed files with 3 additions and 1 deletions

View File

@ -54,8 +54,10 @@ Reenter
bpl -
inx
stx $3F2 ; page 3 reset vector to ($100)
stx $3FE ; page 3 IRQ vector to ($100)
inx
stx $3F3
stx $3FF
ldx #$A4
stx $3F4
RestoreStackNextTime

View File

@ -9,7 +9,7 @@
; D000..E635 - persistent data structures (per-game cheat categories,
; gGlobalPrefsStore, gGamesListStore)
; ...unused...
; ECF2..FFF9 - main program code
; ECEC..FFF9 - main program code
; FFFA..FFFF - NMI, reset, IRQ vectors
;
; LC RAM BANK 2