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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/wc90b.h b/src/mame/includes/wc90b.h
index ec1aec4fa0c..cb39b39b774 100644
--- a/src/mame/includes/wc90b.h
+++ b/src/mame/includes/wc90b.h
@@ -27,6 +27,9 @@ public:
m_scroll_x_lo(*this, "scroll_x_lo"),
m_spriteram(*this, "spriteram") { }
+ void wc90b(machine_config &config);
+
+private:
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_subcpu;
required_device<cpu_device> m_audiocpu;
@@ -72,7 +75,7 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect, int priority );
- void wc90b(machine_config &config);
+
void sound_cpu(address_map &map);
void wc90b_map1(address_map &map);
void wc90b_map2(address_map &map);