summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wc90b.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wc90b.h')
-rw-r--r--src/mame/includes/wc90b.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/wc90b.h b/src/mame/includes/wc90b.h
index 043dc7b362e..4c459183a07 100644
--- a/src/mame/includes/wc90b.h
+++ b/src/mame/includes/wc90b.h
@@ -45,10 +45,10 @@ public:
TILE_GET_INFO_MEMBER(get_bg_tile_info);
TILE_GET_INFO_MEMBER(get_fg_tile_info);
TILE_GET_INFO_MEMBER(get_tx_tile_info);
+ virtual void machine_start();
virtual void video_start();
UINT32 screen_update_wc90b(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect, int priority );
- DECLARE_WRITE_LINE_MEMBER(irqhandler);
DECLARE_WRITE_LINE_MEMBER(adpcm_int);
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_audiocpu;