mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-17 07:31:19 +00:00
fix Star Glider reset vector
This commit is contained in:
parent
581099b175
commit
f681fe1d32
@ -20,15 +20,16 @@
|
||||
jsr DisableAccelerator
|
||||
jsr $BA7B
|
||||
|
||||
ldx #0
|
||||
stx $7323
|
||||
inx
|
||||
stx $732B
|
||||
inc $101
|
||||
lda #$A6
|
||||
sta $104
|
||||
lda #$FA
|
||||
sta $105 ; update reset hook to reboot
|
||||
ldx #5
|
||||
- lda reset,x
|
||||
sta $120,x
|
||||
dex
|
||||
bpl -
|
||||
|
||||
lda #$20
|
||||
sta $7323
|
||||
lda #1
|
||||
sta $732B
|
||||
|
||||
plp
|
||||
beq +
|
||||
@ -45,6 +46,9 @@
|
||||
|
||||
jmp $BA00
|
||||
|
||||
reset lda $C089
|
||||
jmp $FAA6
|
||||
|
||||
!if * > $1C0 {
|
||||
!error "code is too large, ends at ", *
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user