mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-08-15 08:27:41 +00:00
pt3: fix issue where "L" loop keypress put wrong char on screen
This commit is contained in:
@@ -252,8 +252,8 @@ key_L:
|
|||||||
ldx #'L'+$80
|
ldx #'L'+$80
|
||||||
|
|
||||||
music_looping:
|
music_looping:
|
||||||
sta $7D0+18
|
stx $7D0+18
|
||||||
sta $BD0+18
|
stx $BD0+18
|
||||||
|
|
||||||
bcs done_key ; branch always
|
bcs done_key ; branch always
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user