summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/wicat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wicat.cpp')
-rw-r--r--src/mame/drivers/wicat.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/wicat.cpp b/src/mame/drivers/wicat.cpp
index 024d24920fd..60d828fdaf5 100644
--- a/src/mame/drivers/wicat.cpp
+++ b/src/mame/drivers/wicat.cpp
@@ -110,7 +110,7 @@ private:
required_device<fd1795_device> m_fdc;
uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect) { return 0; }
- virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
+ virtual void device_timer(emu_timer &timer, device_timer_id id, int param) override;
void main_mem(address_map &map);
void video_io(address_map &map);
@@ -305,7 +305,7 @@ void wicat_state::machine_reset()
elem = 0;
}
-void wicat_state::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)
+void wicat_state::device_timer(emu_timer &timer, device_timer_id id, int param)
{
switch (id)
{