summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/zac2650.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/zac2650.h')
-rw-r--r--src/mame/includes/zac2650.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/zac2650.h b/src/mame/includes/zac2650.h
index d77de393845..841290e8367 100644
--- a/src/mame/includes/zac2650.h
+++ b/src/mame/includes/zac2650.h
@@ -19,12 +19,14 @@ public:
DECLARE_WRITE8_MEMBER(zac_s2636_w);
DECLARE_READ8_MEMBER(tinvader_port_0_r);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
+ virtual void video_start();
+ virtual void palette_init();
};
/*----------- defined in video/zac2650.c -----------*/
-VIDEO_START( tinvader );
+
SCREEN_UPDATE_IND16( tinvader );