From 9447aa38be9e4d346f4333b54eb8c2dc1d51da9f Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 22 Sep 2020 22:13:54 -0400 Subject: [PATCH] Removes debugging `printf`. --- Components/6522/Implementation/6522Implementation.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Components/6522/Implementation/6522Implementation.hpp b/Components/6522/Implementation/6522Implementation.hpp index 913ea4ee4..3e23422eb 100644 --- a/Components/6522/Implementation/6522Implementation.hpp +++ b/Components/6522/Implementation/6522Implementation.hpp @@ -120,8 +120,6 @@ template void MOS6522::write(int address, uint8_t value) { registers_.auxiliary_control = value; evaluate_cb2_output(); - printf("Shift mode: %d\n", shift_mode()); - // This is a bit of a guess: reset the timer-based PB7 output to its default high level // any timer that timer-linked PB7 output is disabled. if(!timer1_is_controlling_pb7()) {