mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-28 09:30:41 +00:00
pt3: fix issue where "L" loop keypress put wrong char on screen
This commit is contained in:
parent
4e2916c4cb
commit
6313b9437c
@ -252,8 +252,8 @@ key_L:
|
||||
ldx #'L'+$80
|
||||
|
||||
music_looping:
|
||||
sta $7D0+18
|
||||
sta $BD0+18
|
||||
stx $7D0+18
|
||||
stx $BD0+18
|
||||
|
||||
bcs done_key ; branch always
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user