summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/kangaroo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/kangaroo.h')
-rw-r--r--src/mame/includes/kangaroo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/kangaroo.h b/src/mame/includes/kangaroo.h
index 4b2f1acd762..00bc4de7be1 100644
--- a/src/mame/includes/kangaroo.h
+++ b/src/mame/includes/kangaroo.h
@@ -41,4 +41,7 @@ public:
required_device<palette_device> m_palette;
void nomcu(machine_config &config);
void mcu(machine_config &config);
+ void main_map(address_map &map);
+ void sound_map(address_map &map);
+ void sound_portmap(address_map &map);
};