1
0
mirror of https://github.com/mgcaret/of816.git synced 2024-05-28 14:41:27 +00:00

fix error in lbsplit uncovered by unit tests

This commit is contained in:
mgcaret 2019-12-29 14:36:31 -08:00
parent 0c6e3a0413
commit 0ed5c88d9a

View File

@ -852,7 +852,8 @@ dword LBSPLIT,"LBSPLIT"
tya
xba
and #$FF
ldy #$00
tay
lda #$0000
PUSHNEXT
eword