mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +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;
|
registers_.auxiliary_control = value;
|
||||||
break;
|
break;
|
||||||
case 0xc:
|
case 0xc:
|
||||||
// printf("Peripheral control %02x\n", value);
|
// printf("Peripheral control %02x\n", value);
|
||||||
registers_.peripheral_control = value;
|
registers_.peripheral_control = value;
|
||||||
|
|
||||||
// TODO: simplify below; trying to avoid improper logging of unimplemented warnings in input mode
|
// TODO: simplify below; trying to avoid improper logging of unimplemented warnings in input mode
|
||||||
|
Loading…
Reference in New Issue
Block a user