summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/ef9345.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/ef9345.h')
-rw-r--r--src/devices/video/ef9345.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/ef9345.h b/src/devices/video/ef9345.h
index aebd71f67ca..7c2f923574c 100644
--- a/src/devices/video/ef9345.h
+++ b/src/devices/video/ef9345.h
@@ -52,7 +52,7 @@ protected:
// device-level overrides
virtual void device_start() override;
virtual void device_reset() override;
- 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;
// device_config_memory_interface overrides
virtual space_config_vector memory_space_config() const override;