davidgiven / cpm65

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

Update bios tty/screen driver #69

Closed ivop closed 1 year ago

ivop commented 1 year ago

Hi,

I have made the bios tty and screen drivers work exactly the same as the new tty80/screen80 driver. Implemented missing showcursor and setstyle, and added timeout code to getchar.

atari002 atari003

Regards, Ivo

Edit: and I moved cls.com to SCREEN_APPS :)

davidgiven commented 1 year ago

Excellent --- thanks!