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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user