1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-19 19:16:34 +00:00

Add comment on keyboard.

This commit is contained in:
Thomas Harte
2025-09-15 23:42:47 -04:00
parent 28d8aab7e5
commit 34330baaa0
+1 -1
View File
@@ -128,7 +128,7 @@ struct SystemVIAPortHandler: public MOS::MOS6522::IRQDelegatePortHandler {
}
Logger::info().append("Port A read");
return 0xff;
return 0xff; // No keys pressed, start up in mode 7.
}
private: