mirror of
https://github.com/UzixLS/pacemuzx.git
synced 2025-07-18 23:01:36 +03:00
fix print message routine
This commit is contained in:
@ -2652,7 +2652,7 @@ msg_lp: ld a,(hl)
|
|||||||
and a
|
and a
|
||||||
ret z
|
ret z
|
||||||
rst 16 ; PRINT-A
|
rst 16 ; PRINT-A
|
||||||
inc l
|
inc hl
|
||||||
jr msg_lp
|
jr msg_lp
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user