Merge pull request #5 from peterferrie/master

shorten IIGS data timing
This commit is contained in:
4am 2019-03-12 09:24:07 -04:00 committed by GitHub
commit a5120786e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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