diff --git a/Processors/68000/Implementation/68000Implementation.hpp b/Processors/68000/Implementation/68000Implementation.hpp index 761139619..ca8449fb4 100644 --- a/Processors/68000/Implementation/68000Implementation.hpp +++ b/Processors/68000/Implementation/68000Implementation.hpp @@ -334,8 +334,6 @@ template void Proces if(instructions[decoded_instruction_.full].micro_operations != std::numeric_limits::max()) { if((instructions[decoded_instruction_.full].source_dest & 0x80) && !is_supervisor_) { - printf("Privilege violation on %04x at %08x\n", decoded_instruction_.full, program_counter_.full - 4); - // A privilege violation has been detected. active_program_ = nullptr; active_micro_op_ = short_exception_micro_ops_;