summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/brkthru.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/brkthru.h')
-rw-r--r--src/mame/includes/brkthru.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mame/includes/brkthru.h b/src/mame/includes/brkthru.h
index 73e554f1580..78eb8da0ba8 100644
--- a/src/mame/includes/brkthru.h
+++ b/src/mame/includes/brkthru.h
@@ -41,11 +41,15 @@ public:
DECLARE_DRIVER_INIT(brkthru);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
TILE_GET_INFO_MEMBER(get_fg_tile_info);
+ virtual void machine_start();
+ virtual void machine_reset();
+ virtual void video_start();
+ virtual void palette_init();
};
/*----------- defined in video/brkthru.c -----------*/
-VIDEO_START( brkthru );
-PALETTE_INIT( brkthru );
+
+
SCREEN_UPDATE_IND16( brkthru );