summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/flower.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/flower.h')
-rw-r--r--src/mame/includes/flower.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/flower.h b/src/mame/includes/flower.h
index d616c8c64d1..98e9cd7b032 100644
--- a/src/mame/includes/flower.h
+++ b/src/mame/includes/flower.h
@@ -38,6 +38,8 @@ public:
TILE_GET_INFO_MEMBER(get_bg0_tile_info);
TILE_GET_INFO_MEMBER(get_bg1_tile_info);
TILE_GET_INFO_MEMBER(get_text_tile_info);
+ virtual void video_start();
+ virtual void palette_init();
};
@@ -76,5 +78,5 @@ extern const device_type FLOWER;
SCREEN_UPDATE_IND16( flower );
-VIDEO_START( flower );
-PALETTE_INIT( flower );
+
+