mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
m37710op: add missing 'else' after prev commit
This commit is contained in:
parent
e659dfa9d8
commit
be9904db6f
@ -2536,6 +2536,7 @@ TABLE_FUNCTION(int, execute, (int clocks))
|
||||
{
|
||||
if(CPU_STOPPED)
|
||||
debugger_wait_hook();
|
||||
else
|
||||
{
|
||||
CLOCKS = clocks;
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user