summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2018-02-15 22:43:42 +0000
committer smf- <smf-@users.noreply.github.com>2018-02-15 22:43:42 +0000
commit1cf1c7f5517d91b83f649542b25fd998e117abe9 (patch)
tree309ded3b2d838de30ad447a53cdc8e3cc8cb0122
parentc4f6f90ff8f0a9c77ec8bca1b9904a816cf9a41b (diff)
No, just no. (nw)
-rw-r--r--src/devices/sound/pokey.cpp10
1 files changed, 0 insertions, 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)
{