summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/yiear.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/yiear.h')
-rw-r--r--src/mame/includes/yiear.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mame/includes/yiear.h b/src/mame/includes/yiear.h
index f136939c3ed..c64efbd960e 100644
--- a/src/mame/includes/yiear.h
+++ b/src/mame/includes/yiear.h
@@ -31,12 +31,16 @@ public:
DECLARE_WRITE8_MEMBER( konami_SN76496_latch_w ) { m_SN76496_latch = data; };
DECLARE_WRITE8_MEMBER( konami_SN76496_w ) { m_sn->write(space, offset, m_SN76496_latch); };
TILE_GET_INFO_MEMBER(get_bg_tile_info);
+ virtual void machine_start();
+ virtual void machine_reset();
+ virtual void video_start();
+ virtual void palette_init();
};
/*----------- defined in video/yiear.c -----------*/
-PALETTE_INIT( yiear );
-VIDEO_START( yiear );
+
+
SCREEN_UPDATE_IND16( yiear );