diff --git a/Components/6522/Implementation/6522Implementation.hpp b/Components/6522/Implementation/6522Implementation.hpp index 49ec22f58..823774cb9 100644 --- a/Components/6522/Implementation/6522Implementation.hpp +++ b/Components/6522/Implementation/6522Implementation.hpp @@ -61,7 +61,7 @@ template void MOS6522::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