davidgiven / cpm65

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

C64 screen driver #132

Closed venomix666 closed 1 month ago

venomix666 commented 4 months ago

All functions implemented except screen_setstyle. Kernal calls are used when available and a lot of the code is reused from the PET bios.

Screen_getchar ignores the delay argument and just performs a non-blocking read.

qe works, but it is a bit hard to use without being able to type lowercase characters ;)

davidgiven commented 1 month ago

Oops, I completely missed this --- sorry! Merged. Thanks!