MEGA65 / open-roms

A project to create unencumbered open-source ROMs for use on selected retro computers
Other
263 stars 18 forks source link

Cursor remains visible when running a program under CBM BASIC 2 #1

Closed gardners closed 5 years ago

gardners commented 5 years ago

Typing the following:

10 FORI=1TO5000:NEXT
RUN

Leaves the cursor visible while the FOR loop is running. Suspect that our CHRIN routine doesn't correctly manage the cursor visible state.

gardners commented 5 years ago

Fixed.