summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/astrof.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/astrof.h')
-rw-r--r--src/mame/includes/astrof.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/astrof.h b/src/mame/includes/astrof.h
index 56dd277235f..d7366db8007 100644
--- a/src/mame/includes/astrof.h
+++ b/src/mame/includes/astrof.h
@@ -99,4 +99,7 @@ public:
void astrof_audio(machine_config &config);
void spfghmk2_audio(machine_config &config);
void tomahawk_audio(machine_config &config);
+ void astrof_map(address_map &map);
+ void spfghmk2_map(address_map &map);
+ void tomahawk_map(address_map &map);
};