summaryrefslogtreecommitdiffstats
path: root/src/devices/bus/c64/super_explode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/super_explode.cpp')
-rw-r--r--src/devices/bus/c64/super_explode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/c64/super_explode.cpp b/src/devices/bus/c64/super_explode.cpp
index 4ed2456bd2a..8867845fa52 100644
--- a/src/devices/bus/c64/super_explode.cpp
+++ b/src/devices/bus/c64/super_explode.cpp
@@ -75,7 +75,7 @@ void c64_super_explode_cartridge_device::device_reset()
// device_timer - handler timer events
//-------------------------------------------------
-void c64_super_explode_cartridge_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)
+void c64_super_explode_cartridge_device::device_timer(emu_timer &timer, device_timer_id id, int param)
{
m_exrom = 1;
}