mirror of
https://github.com/a2-4am/anti-m.git
synced 2025-02-07 11:30:47 +00:00
fix regressions
This commit is contained in:
parent
c4ff7c504f
commit
4bcaa40903
@ -158,12 +158,11 @@ IDBoot13
|
|||||||
.success clc
|
.success clc
|
||||||
lda cmp1+1
|
lda cmp1+1
|
||||||
ldx cmp1
|
ldx cmp1
|
||||||
@skip2
|
|
||||||
rts
|
rts
|
||||||
|
|
||||||
@callback53
|
@callback53
|
||||||
lda $85FF
|
lda $85FF
|
||||||
beq @skip2
|
beq @jmp_dispatch
|
||||||
lda #$29
|
lda #$29
|
||||||
ldx #$6E
|
ldx #$6E
|
||||||
ldy #8
|
ldy #8
|
||||||
@ -173,6 +172,7 @@ IDBoot13
|
|||||||
!byte $BD,$8B,$C0 ;LDA $C08B,X
|
!byte $BD,$8B,$C0 ;LDA $C08B,X
|
||||||
bcs @notinfocom
|
bcs @notinfocom
|
||||||
inc $296F
|
inc $296F
|
||||||
|
@jmp_dispatch
|
||||||
jmp @dispatch
|
jmp @dispatch
|
||||||
|
|
||||||
@notinfocom
|
@notinfocom
|
||||||
|
Loading…
x
Reference in New Issue
Block a user