mirror of
https://github.com/a2-4am/anti-m.git
synced 2024-12-29 09:33:12 +00:00
shorten IIGS data timing
This commit is contained in:
parent
e5468ad05d
commit
ccbc22097a
@ -70,7 +70,14 @@ Boot
|
|||||||
sta $1600,x
|
sta $1600,x
|
||||||
inx
|
inx
|
||||||
bne -
|
bne -
|
||||||
lda #<Tracer
|
lda $165C
|
||||||
|
cmp #$80
|
||||||
|
bne +
|
||||||
|
lda #$08
|
||||||
|
sta $165D
|
||||||
|
lda #$B7
|
||||||
|
sta $16A5
|
||||||
|
+ lda #<Tracer
|
||||||
ldx #>Tracer
|
ldx #>Tracer
|
||||||
ldy $16F8
|
ldy $16F8
|
||||||
cpy #$4C
|
cpy #$4C
|
||||||
|
Loading…
Reference in New Issue
Block a user