summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tbowl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tbowl.h')
-rw-r--r--src/mame/includes/tbowl.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/tbowl.h b/src/mame/includes/tbowl.h
index 3c64f0dc1a0..3aa1070dd3a 100644
--- a/src/mame/includes/tbowl.h
+++ b/src/mame/includes/tbowl.h
@@ -25,6 +25,9 @@ public:
m_spriteram(*this, "spriteram")
{ }
+ void tbowl(machine_config &config);
+
+private:
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_audiocpu;
required_device<msm5205_device> m_msm1;
@@ -83,7 +86,7 @@ public:
void adpcm_int(msm5205_device *device, int chip);
DECLARE_WRITE_LINE_MEMBER(adpcm_int_1);
DECLARE_WRITE_LINE_MEMBER(adpcm_int_2);
- void tbowl(machine_config &config);
+
void _6206A_map(address_map &map);
void _6206B_map(address_map &map);
void _6206C_map(address_map &map);