summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mystston.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mystston.h')
-rw-r--r--src/mame/includes/mystston.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mame/includes/mystston.h b/src/mame/includes/mystston.h
index 47fc6636e5e..512dd04a9ac 100644
--- a/src/mame/includes/mystston.h
+++ b/src/mame/includes/mystston.h
@@ -39,10 +39,6 @@ public:
DECLARE_INPUT_CHANGED_MEMBER(coin_inserted);
-protected:
- virtual void video_start() override;
- virtual void video_reset() override;
-
private:
/* machine state */
@@ -65,6 +61,8 @@ private:
DECLARE_WRITE8_MEMBER(mystston_video_control_w);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
TILE_GET_INFO_MEMBER(get_fg_tile_info);
+ DECLARE_VIDEO_START(mystston);
+ DECLARE_VIDEO_RESET(mystston);
uint32_t screen_update_mystston(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_CALLBACK_MEMBER(interrupt_callback);
void set_palette();