summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/route16.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/route16.c')
-rw-r--r--src/mame/drivers/route16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/route16.c b/src/mame/drivers/route16.c
index 36b612220a3..6f82dccb27d 100644
--- a/src/mame/drivers/route16.c
+++ b/src/mame/drivers/route16.c
@@ -107,7 +107,7 @@ WRITE8_MEMBER(route16_state::route16_sharedram_w)
if (offset >= 0x0313 && offset <= 0x0319 && data == 0xff)
{
// Let the other CPU run
- device_yield(&space.device());
+ space.device().execute().yield();
}
}