summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mrjong.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mrjong.h')
-rw-r--r--src/mame/includes/mrjong.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/mrjong.h b/src/mame/includes/mrjong.h
index 1ea65b89728..0f690203776 100644
--- a/src/mame/includes/mrjong.h
+++ b/src/mame/includes/mrjong.h
@@ -23,12 +23,14 @@ public:
DECLARE_WRITE8_MEMBER(mrjong_colorram_w);
DECLARE_WRITE8_MEMBER(mrjong_flipscreen_w);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
+ virtual void video_start();
+ virtual void palette_init();
};
/*----------- defined in video/mrjong.c -----------*/
-PALETTE_INIT( mrjong );
-VIDEO_START( mrjong );
+
+
SCREEN_UPDATE_IND16( mrjong );