1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-01 22:41:32 +00:00

Remove caveman log.

This commit is contained in:
Thomas Harte 2023-12-25 18:44:11 -05:00
parent 16b646ad2e
commit 14e9ae014c

View File

@ -362,7 +362,6 @@ class KeyboardController {
//; 00 - force clock line low, resetting keyboard, but on a 01->00 transition,
//; IRQ1 would remain high
void set_mode(uint8_t mode) {
printf("Mode: %02x\n", mode);
const auto last_mode = mode_;
mode_ = Mode(mode);
switch(mode_) {