MEGA65 / mega65-rom-public

MEGA65 ROM public issue reporting
4 stars 0 forks source link

RUN/STOP broken after tapping CTRL key and running BASIC loop that clears screen #117

Closed rscottfree closed 5 months ago

rscottfree commented 5 months ago

Test Environment

Describe the bug

10 print"{shift+clr home}"
20 goto 10

If I tap the CTRL key before typing RUN and hitting RETURN, then I can't RUN/STOP. While the program is running: if I tap ESC or SHIFT and then RUN/STOP then it will break out of program execution correctly.

Expected behavior RUN/STOP works all the time when a basic program is running.

dansanderson commented 5 months ago

Fixed in ROM 920395. Thanks!