mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-26 17:49:43 +00:00
Infiltrator 2 reset vector
This commit is contained in:
parent
5504c89499
commit
b65fac4b53
@ -12,12 +12,25 @@
|
|||||||
sta $BFD0,x
|
sta $BFD0,x
|
||||||
dex
|
dex
|
||||||
bpl -
|
bpl -
|
||||||
|
ldx #5
|
||||||
|
- lda reset, x
|
||||||
|
sta $230, x
|
||||||
|
dex
|
||||||
|
bpl -
|
||||||
|
+READ_ROM_WRITE_RAM2
|
||||||
|
lda #2
|
||||||
|
sta $FFFD
|
||||||
|
lda #$30
|
||||||
|
sta $FFFC ; LC reset vector fix
|
||||||
jmp $800
|
jmp $800
|
||||||
|
|
||||||
newpath
|
newpath
|
||||||
!byte 20
|
!byte 20
|
||||||
!text "X/INFILTRATOR.2/GAME"
|
!text "X/INFILTRATOR.2/GAME"
|
||||||
|
|
||||||
|
reset +READ_ROM_NO_WRITE
|
||||||
|
jmp $FAA6
|
||||||
|
|
||||||
!if * > $1C0 {
|
!if * > $1C0 {
|
||||||
!error "code is too large, ends at ", *
|
!error "code is too large, ends at ", *
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user