summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cop01.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cop01.h')
-rw-r--r--src/mame/includes/cop01.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mame/includes/cop01.h b/src/mame/includes/cop01.h
index 872626bd256..d2e499cf974 100644
--- a/src/mame/includes/cop01.h
+++ b/src/mame/includes/cop01.h
@@ -42,6 +42,10 @@ public:
DECLARE_DRIVER_INIT(mightguy);
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();
};
@@ -49,7 +53,7 @@ public:
/*----------- defined in video/cop01.c -----------*/
-PALETTE_INIT( cop01 );
-VIDEO_START( cop01 );
+
+
SCREEN_UPDATE_IND16( cop01 );