davidgiven / cpm65

CP/M for the 6502
BSD 2-Clause "Simplified" License
267 stars 23 forks source link

disable bios cursor before registering our new screen driver #70

Closed ivop closed 1 year ago

ivop commented 1 year ago

Didn't notice this yesterday because the new 40 columns code and the new 80 columns code were in different branches :)

Now the bios code does not toggle its cursor anymore if the 80 columns driver is loaded and keyboard input is requested.