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