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 <typename T> void MOS6522<T>::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()) {