mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-25 16:31:42 +00:00
Corrects comment indentation.
This commit is contained in:
parent
6547102511
commit
7fd6699e0b
@ -61,7 +61,7 @@ template <typename T> void MOS6522<T>::set_register(int address, uint8_t value)
|
||||
registers_.auxiliary_control = value;
|
||||
break;
|
||||
case 0xc:
|
||||
// printf("Peripheral control %02x\n", value);
|
||||
// printf("Peripheral control %02x\n", value);
|
||||
registers_.peripheral_control = value;
|
||||
|
||||
// TODO: simplify below; trying to avoid improper logging of unimplemented warnings in input mode
|
||||
|
Loading…
Reference in New Issue
Block a user