mirror of
https://github.com/holub/mame
synced 2025-07-06 10:29:38 +03:00
dsp56ops: fix regression from prev commit
This commit is contained in:
parent
74877969c1
commit
f34dcc20ec
@ -1004,7 +1004,8 @@ static void execute_one(dsp56156_core* cpustate)
|
||||
|
||||
/* For MAME */
|
||||
cpustate->ppc = PC;
|
||||
cpustate->device->debug()->instruction_hook(PC);
|
||||
if (cpustate->device->machine().debug_flags & DEBUG_FLAG_CALL_HOOK) // FIXME: if this was a member, the helper would work
|
||||
cpustate->device->debug()->instruction_hook(PC);
|
||||
|
||||
cpustate->op = ROPCODE(PC);
|
||||
/* The words we're going to be working with */
|
||||
|
Loading…
Reference in New Issue
Block a user