summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/megavdp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/megavdp.c')
-rw-r--r--src/mame/machine/megavdp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/megavdp.c b/src/mame/machine/megavdp.c
index 8fe077c7877..e08b1b84f7e 100644
--- a/src/mame/machine/megavdp.c
+++ b/src/mame/machine/megavdp.c
@@ -570,7 +570,7 @@ void sega_genesis_vdp_device::megadrive_do_insta_68k_to_vram_dma(running_machine
if (length==0x00) length = 0xffff;
/* This is a hack until real DMA timings are implemented */
- device_spin_until_time(m_cpu68k, attotime::from_nsec(length * 1000 / 3500));
+ m_cpu68k->spin_until_time(attotime::from_nsec(length * 1000 / 3500));
for (count = 0;count<(length>>1);count++)
{