mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-17 07:31:19 +00:00
fix Agent U.S.A. reset vector
This commit is contained in:
parent
c361472951
commit
370e544d24
@ -13,11 +13,12 @@
|
||||
|
||||
ldx #5
|
||||
- lda $100,x
|
||||
sta $300,x
|
||||
sta $280,x
|
||||
dex
|
||||
bpl -
|
||||
sec
|
||||
rol $3F3 ; point to $300 instead
|
||||
ror $3F2
|
||||
inc $3F3 ; point to $280 instead
|
||||
jsr $FB6F
|
||||
|
||||
jmp $837
|
||||
|
Loading…
x
Reference in New Issue
Block a user