mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-21 17:31:08 +00:00
fix Stargate IRQ (#412)
This commit is contained in:
parent
a141ad7b5a
commit
4d27771958
@ -19,8 +19,10 @@
|
||||
|
||||
lda #0
|
||||
sta $47F2
|
||||
sta $47FE
|
||||
lda #1
|
||||
sta $47F3
|
||||
sta $47FF ; IRQ vector (moved to $3FE/F)
|
||||
lda #$A4
|
||||
sta $47F4 ; reset vector (moved to $3F2/3/4)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user