summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rollerg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rollerg.h')
-rw-r--r--src/mame/includes/rollerg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/rollerg.h b/src/mame/includes/rollerg.h
index 88ddca6cc45..edaba1ab1cc 100644
--- a/src/mame/includes/rollerg.h
+++ b/src/mame/includes/rollerg.h
@@ -42,13 +42,13 @@ public:
DECLARE_WRITE8_MEMBER(sound_arm_nmi_w);
DECLARE_READ8_MEMBER(pip_r);
DECLARE_WRITE_LINE_MEMBER(rollerg_irq_ack_w);
- virtual void machine_start();
- virtual void machine_reset();
+ virtual void machine_start() override;
+ virtual void machine_reset() override;
UINT32 screen_update_rollerg(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
K05324X_CB_MEMBER(sprite_callback);
K051316_CB_MEMBER(zoom_callback);
DECLARE_WRITE8_MEMBER(banking_callback);
protected:
- virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr);
+ virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
};