summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/galaxia.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/galaxia.h')
-rw-r--r--src/mame/includes/galaxia.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/galaxia.h b/src/mame/includes/galaxia.h
index bf65a808a0e..9606b215a5a 100644
--- a/src/mame/includes/galaxia.h
+++ b/src/mame/includes/galaxia.h
@@ -25,9 +25,9 @@ public:
DECLARE_READ8_MEMBER(galaxia_collision_clear);
TILE_GET_INFO_MEMBER(get_galaxia_bg_tile_info);
TILE_GET_INFO_MEMBER(get_astrowar_bg_tile_info);
- DECLARE_VIDEO_START(galaxia);
+ void video_start_galaxia() ATTR_COLD;
DECLARE_PALETTE_INIT(galaxia);
- DECLARE_VIDEO_START(astrowar);
+ void video_start_astrowar() ATTR_COLD;
DECLARE_PALETTE_INIT(astrowar);
uint32_t screen_update_galaxia(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_astrowar(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);