summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/trucocl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/trucocl.h')
-rw-r--r--src/mame/includes/trucocl.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/trucocl.h b/src/mame/includes/trucocl.h
index ec0ac290c95..064de31f262 100644
--- a/src/mame/includes/trucocl.h
+++ b/src/mame/includes/trucocl.h
@@ -19,11 +19,13 @@ public:
DECLARE_WRITE8_MEMBER(audio_dac_w);
DECLARE_DRIVER_INIT(trucocl);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
+ virtual void video_start();
+ virtual void palette_init();
};
/*----------- defined in video/trucocl.c -----------*/
-PALETTE_INIT( trucocl );
-VIDEO_START( trucocl );
+
+
SCREEN_UPDATE_IND16( trucocl );