shorten IIGS data timing

This commit is contained in:
Peter Ferrie 2019-03-11 20:59:36 -07:00
parent e5468ad05d
commit ccbc22097a

View File

@ -70,7 +70,14 @@ Boot
sta $1600,x
inx
bne -
lda #<Tracer
lda $165C
cmp #$80
bne +
lda #$08
sta $165D
lda #$B7
sta $16A5
+ lda #<Tracer
ldx #>Tracer
ldy $16F8
cpy #$4C