1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-25 11:17:26 +00:00

Minor steps towards implementing Line.

This commit is contained in:
Thomas Harte
2023-01-26 12:55:08 -05:00
parent b12fd00145
commit fbfa26ad5e
2 changed files with 18 additions and 4 deletions
+5
View File
@@ -915,6 +915,11 @@ void Base<personality>::commit_register(int reg, uint8_t value) {
case 0b1111: break; // TODO: hmmc.
}
// Seed timing information if a command was found.
if(Storage<personality>::command_) {
// TODO.
}
// TODO: record logical mode.
break;
}