summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gauntlet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gauntlet.h')
-rw-r--r--src/mame/includes/gauntlet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/gauntlet.h b/src/mame/includes/gauntlet.h
index f9e9de8c446..a20f0d5c8b0 100644
--- a/src/mame/includes/gauntlet.h
+++ b/src/mame/includes/gauntlet.h
@@ -70,4 +70,6 @@ public:
void gauntlet(machine_config &config);
void gaunt2p(machine_config &config);
void gauntlet2(machine_config &config);
+ void main_map(address_map &map);
+ void sound_map(address_map &map);
};