diff options
Diffstat (limited to 'src/mame/drivers/jantotsu.cpp')
-rw-r--r-- | src/mame/drivers/jantotsu.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/jantotsu.cpp b/src/mame/drivers/jantotsu.cpp index 572acd3c0db..94a3cbd8710 100644 --- a/src/mame/drivers/jantotsu.cpp +++ b/src/mame/drivers/jantotsu.cpp @@ -131,9 +131,9 @@ public: DECLARE_WRITE8_MEMBER(jantotsu_mux_w); DECLARE_READ8_MEMBER(jantotsu_dsw2_r); DECLARE_WRITE8_MEMBER(jan_adpcm_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(jantotsu); UINT32 screen_update_jantotsu(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect); DECLARE_WRITE_LINE_MEMBER(jan_adpcm_int); |