z80playground / cpm-fat

CP/M for the Z80 Playground that runs on the FAT disk format
GNU General Public License v3.0
20 stars 9 forks source link

Ctrl-C should reboot when in BDOS call 10 #65

Open z80playground opened 3 years ago

z80playground commented 3 years ago

Please implement the ctrl keys for BDOS call 10, listed on this page: http://www.gaby.de/cpm/manuals/archive/cpm22htm/ch5.htm This is why you can't exit from some programs by pressing Ctrl-C.

gd-99 commented 3 years ago

Hi John, not sure if this is related, I had issues with ^C and other control characters. I also wanted some of these keys to be echoed to the screen when pressed. I had to modify BDOS to get the desired effect. I opened and closed issue 40 indicating some of the changes I made. I don't call BDOS 10, so my ^C isn't a complete fix, but the changes may help here.