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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/mystston.h b/src/mame/includes/mystston.h
index 2f8ac4365f7..7dfd1fdad46 100644
--- a/src/mame/includes/mystston.h
+++ b/src/mame/includes/mystston.h
@@ -52,8 +52,8 @@ public:
DECLARE_INPUT_CHANGED_MEMBER(coin_inserted);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
TILE_GET_INFO_MEMBER(get_fg_tile_info);
- void video_start_mystston() ATTR_COLD;
- void video_reset_mystston() ATTR_COLD;
+ 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();