summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mosaic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mosaic.h')
-rw-r--r--src/mame/includes/mosaic.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/mosaic.h b/src/mame/includes/mosaic.h
index 460d67d87d9..b7127c64855 100644
--- a/src/mame/includes/mosaic.h
+++ b/src/mame/includes/mosaic.h
@@ -31,11 +31,14 @@ public:
DECLARE_WRITE8_MEMBER(mosaic_bgvideoram_w);
TILE_GET_INFO_MEMBER(get_fg_tile_info);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
+ virtual void machine_start();
+ virtual void machine_reset();
+ virtual void video_start();
};
/*----------- defined in video/mosaic.c -----------*/
-VIDEO_START( mosaic );
+
SCREEN_UPDATE_IND16( mosaic );