From bd4ce51a1c08590836c60c457a9550a24c337dde Mon Sep 17 00:00:00 2001 From: angelosa Date: Sun, 17 Sep 2017 01:36:03 +0200 Subject: sharc.cpp: leftover debug code removal (nw) --- src/devices/cpu/sharc/sharc.cpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/devices/cpu/sharc/sharc.cpp b/src/devices/cpu/sharc/sharc.cpp index adafc34332c..b8f3b104eb0 100644 --- a/src/devices/cpu/sharc/sharc.cpp +++ b/src/devices/cpu/sharc/sharc.cpp @@ -996,12 +996,6 @@ void adsp21062_device::check_interrupts() void adsp21062_device::execute_run() { - static bool first = true; - if(first) { - first = false; - machine().debug_break(); - } - if (m_enable_drc) { if (m_core->irq_pending != 0) @@ -1035,12 +1029,6 @@ void adsp21062_device::execute_run() m_core->astat_old_old = m_core->astat_old; m_core->astat_old = m_core->astat; - static bool first = true; - if(first) { - first = false; - machine().debug_break(); - } - debugger_instruction_hook(this, m_core->pc); m_core->opcode = m_program->read_qword(m_core->pc << 3); -- cgit v1.2.3-70-g09d2