summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/p2000t_mdcr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/p2000t_mdcr.cpp')
-rw-r--r--src/mame/machine/p2000t_mdcr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/p2000t_mdcr.cpp b/src/mame/machine/p2000t_mdcr.cpp
index 568364de3cf..8e6fa4d2a83 100644
--- a/src/mame/machine/p2000t_mdcr.cpp
+++ b/src/mame/machine/p2000t_mdcr.cpp
@@ -132,7 +132,7 @@ void mdcr_device::device_post_load()
m_cassette->seek(m_save_tape_time, SEEK_SET);
}
-void mdcr_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)
+void mdcr_device::device_timer(emu_timer &timer, device_timer_id id, int param)
{
if (!m_recording && m_cassette->motor_on())
{