mirror of
https://github.com/holub/mame
synced 2025-06-25 13:54:37 +03:00
cop400: Fixed debugger behavior on skip. (nw)
This commit is contained in:
parent
6e031697b3
commit
650ca8b573
@ -1068,9 +1068,11 @@ void cop400_cpu_device::execute_run()
|
|||||||
{
|
{
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
|
if (!m_skip) {
|
||||||
// debugger hook
|
// debugger hook
|
||||||
m_prevpc = PC;
|
m_prevpc = PC;
|
||||||
debugger_instruction_hook(this, PC);
|
debugger_instruction_hook(this, PC);
|
||||||
|
}
|
||||||
|
|
||||||
// halt logic
|
// halt logic
|
||||||
if (m_cko == COP400_CKO_HALT_IO_PORT) {
|
if (m_cko == COP400_CKO_HALT_IO_PORT) {
|
||||||
|
Loading…
Reference in New Issue
Block a user