fix Stargate IRQ (#412)

This commit is contained in:
frankmilliron 2021-10-31 10:56:17 -07:00 committed by GitHub
parent a141ad7b5a
commit 4d27771958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)