mirror of
https://github.com/holub/mame
synced 2025-05-12 09:08:53 +03:00
hphybrid: hopefully fixed a super-subtle race condition in 9845T video hw.
This commit is contained in:
parent
8eedab96df
commit
4e8e8167ed
@ -231,10 +231,10 @@ void hp_hybrid_cpu_device::execute_run()
|
|||||||
} else {
|
} else {
|
||||||
debugger_instruction_hook(this, m_genpc);
|
debugger_instruction_hook(this, m_genpc);
|
||||||
|
|
||||||
|
m_reg_I = execute_one(m_reg_I);
|
||||||
|
|
||||||
// Check for interrupts
|
// Check for interrupts
|
||||||
check_for_interrupts();
|
check_for_interrupts();
|
||||||
|
|
||||||
m_reg_I = execute_one(m_reg_I);
|
|
||||||
}
|
}
|
||||||
} while (m_icount > 0);
|
} while (m_icount > 0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user