summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gotcha.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gotcha.h')
-rw-r--r--src/mame/includes/gotcha.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/gotcha.h b/src/mame/includes/gotcha.h
index baab48d3c18..e5cbad5cc81 100644
--- a/src/mame/includes/gotcha.h
+++ b/src/mame/includes/gotcha.h
@@ -56,4 +56,6 @@ public:
required_device<okim6295_device> m_oki;
required_device<gfxdecode_device> m_gfxdecode;
void gotcha(machine_config &config);
+ void gotcha_map(address_map &map);
+ void sound_map(address_map &map);
};