summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/megasvp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/megasvp.c')
-rw-r--r--src/mame/machine/megasvp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/megasvp.c b/src/mame/machine/megasvp.c
index d0d61c9b7e9..74b2c0d60a1 100644
--- a/src/mame/machine/megasvp.c
+++ b/src/mame/machine/megasvp.c
@@ -333,7 +333,7 @@ static UINT8 megadrive_io_read_data_port_svp(running_machine &machine, int portn
static READ16_HANDLER( svp_speedup_r )
{
- device_spin_until_time(&space->device(), attotime::from_usec(100));
+ space->device().execute().spin_until_time(attotime::from_usec(100));
return 0x0425;
}