summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/madalien.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/madalien.h')
-rw-r--r--src/mame/includes/madalien.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/madalien.h b/src/mame/includes/madalien.h
index 15e8b4b1b8a..e253ccd5ac0 100644
--- a/src/mame/includes/madalien.h
+++ b/src/mame/includes/madalien.h
@@ -70,7 +70,7 @@ public:
TILE_GET_INFO_MEMBER(get_tile_info_BG_1);
TILE_GET_INFO_MEMBER(get_tile_info_BG_2);
TILE_GET_INFO_MEMBER(get_tile_info_FG);
- void video_start_madalien() ATTR_COLD;
+ DECLARE_VIDEO_START(madalien);
DECLARE_PALETTE_INIT(madalien);
uint32_t screen_update_madalien(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
inline int scan_helper(int col, int row, int section);