summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/labyrunr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/labyrunr.h')
-rw-r--r--src/mame/includes/labyrunr.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mame/includes/labyrunr.h b/src/mame/includes/labyrunr.h
index 252166ba374..a83a6084ef2 100644
--- a/src/mame/includes/labyrunr.h
+++ b/src/mame/includes/labyrunr.h
@@ -38,6 +38,9 @@ public:
DECLARE_WRITE8_MEMBER(labyrunr_vram2_w);
TILE_GET_INFO_MEMBER(get_tile_info0);
TILE_GET_INFO_MEMBER(get_tile_info1);
+ virtual void machine_start();
+ virtual void video_start();
+ virtual void palette_init();
};
@@ -45,6 +48,6 @@ public:
-PALETTE_INIT( labyrunr );
-VIDEO_START( labyrunr );
+
+
SCREEN_UPDATE_IND16( labyrunr );