summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcos21.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/namcos21.c')
-rw-r--r--src/mame/drivers/namcos21.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/namcos21.c b/src/mame/drivers/namcos21.c
index fb390956a0d..1439a0dc021 100644
--- a/src/mame/drivers/namcos21.c
+++ b/src/mame/drivers/namcos21.c
@@ -578,7 +578,7 @@ WRITE16_MEMBER(namcos21_state::dspram16_w)
offset == 0x103 &&
&space.device() == machine().device("maincpu"))
{ /* hack; synchronization for solvalou */
- device_yield(&space.device());
+ space.device().execute().yield();
}
}
} /* dspram16_w */