diff options
Diffstat (limited to 'src/mame/includes/buggychl.h')
-rw-r--r-- | src/mame/includes/buggychl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/buggychl.h b/src/mame/includes/buggychl.h index d7637889d64..f55343b1122 100644 --- a/src/mame/includes/buggychl.h +++ b/src/mame/includes/buggychl.h @@ -73,9 +73,9 @@ public: DECLARE_WRITE8_MEMBER(port_b_0_w); DECLARE_WRITE8_MEMBER(port_a_1_w); DECLARE_WRITE8_MEMBER(port_b_1_w); - virtual void machine_start(); - virtual void machine_reset(); - virtual void video_start(); + virtual void machine_start() override; + virtual void machine_reset() override; + virtual void video_start() override; DECLARE_PALETTE_INIT(buggychl); UINT32 screen_update_buggychl(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); TIMER_CALLBACK_MEMBER(nmi_callback); |