summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/olytext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/olytext.cpp')
-rw-r--r--src/mame/drivers/olytext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/olytext.cpp b/src/mame/drivers/olytext.cpp
index ebcb69b614d..d22c9706e20 100644
--- a/src/mame/drivers/olytext.cpp
+++ b/src/mame/drivers/olytext.cpp
@@ -51,7 +51,7 @@ public:
protected:
virtual void machine_start() override;
virtual void machine_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;
private:
uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);