summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bionicc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bionicc.h')
-rw-r--r--src/mame/includes/bionicc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/bionicc.h b/src/mame/includes/bionicc.h
index 5252cd66f06..f0761c0956f 100644
--- a/src/mame/includes/bionicc.h
+++ b/src/mame/includes/bionicc.h
@@ -68,4 +68,6 @@ public:
required_device<tigeroad_spr_device> m_spritegen;
required_device<generic_latch_8_device> m_soundlatch;
void bionicc(machine_config &config);
+ void main_map(address_map &map);
+ void sound_map(address_map &map);
};