No, just no. (nw)

This commit is contained in:
smf- 2018-02-15 22:43:42 +00:00
parent c4f6f90ff8
commit 1cf1c7f551

View File

@ -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)
{