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
+5 -1
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