dbuchwald / 6502

DB6502: 65C02 based computer inspired by BE6502
MIT License
144 stars 29 forks source link

Update keyboard controller code to send connection signal before keystroke #10

Closed dbuchwald closed 4 years ago

dbuchwald commented 4 years ago

In certain cases it is actually possible to disconnect keyboard, connect it again and send keystrokes to computer - in that case connection signal is not sent to CPU

dbuchwald commented 4 years ago

Duplicate of #13