summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wc90.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wc90.h')
-rw-r--r--src/mame/includes/wc90.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/mame/includes/wc90.h b/src/mame/includes/wc90.h
index 7cd993b8bd5..16fbb5fc18b 100644
--- a/src/mame/includes/wc90.h
+++ b/src/mame/includes/wc90.h
@@ -34,7 +34,11 @@ public:
m_spriteram(*this, "spriteram")
{ }
+ void wc90t(machine_config &config);
+ void wc90(machine_config &config);
+ void pac90(machine_config &config);
+private:
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_audiocpu;
required_device<gfxdecode_device> m_gfxdecode;
@@ -80,9 +84,7 @@ public:
DECLARE_VIDEO_START(wc90t);
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void wc90t(machine_config &config);
- void wc90(machine_config &config);
- void pac90(machine_config &config);
+
void sound_map(address_map &map);
void wc90_map_1(address_map &map);
void wc90_map_2(address_map &map);