From 1cf1c7f5517d91b83f649542b25fd998e117abe9 Mon Sep 17 00:00:00 2001 From: smf- Date: Thu, 15 Feb 2018 22:43:42 +0000 Subject: No, just no. (nw) --- src/devices/sound/pokey.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/devices/sound/pokey.cpp b/src/devices/sound/pokey.cpp index adb4fe8dd42..cda5a657091 100644 --- a/src/devices/sound/pokey.cpp +++ b/src/devices/sound/pokey.cpp @@ -432,18 +432,8 @@ void pokey_device::device_timer(emu_timer &timer, device_timer_id id, int param, void pokey_device::execute_run() { - bool check_debugger = ((device_t::machine().debug_flags & DEBUG_FLAG_ENABLED) != 0); - do { - // debugging - //m_ppc = m_pc; // copy PC to previous PC - if (check_debugger) - debugger_instruction_hook(this, 0); //m_pc); - - // instruction fetch - //uint16_t op = opcode_read(); - uint32_t new_out = step_one_clock(); if (m_output != new_out) { -- cgit v1.2.3