From 7fd6699e0b8e30b350068ffaeb68e47b95715627 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 5 Sep 2017 21:15:15 -0400 Subject: [PATCH] Corrects comment indentation. --- Components/6522/Implementation/6522Implementation.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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