Merge pull request #35 from ksherlock/y2k

fix y2k dat display.
This commit is contained in:
Lane Roathe 2020-01-07 12:18:46 -08:00 committed by GitHub
commit d119b7a08e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3941,7 +3941,11 @@ datop rep $30
pla
xba
and #$ff
jsr :num
]y2k cmp #100
bcc :yy
sbc #100
bne ]y2k
:yy jsr :num
sta :buffer1+7
lda 1,s
and #$ff