summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/fantland.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/fantland.h')
-rw-r--r--src/mame/includes/fantland.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mame/includes/fantland.h b/src/mame/includes/fantland.h
index db6d9c87fbe..0dbf360ebf2 100644
--- a/src/mame/includes/fantland.h
+++ b/src/mame/includes/fantland.h
@@ -83,4 +83,13 @@ public:
void wheelrun(machine_config &config);
void borntofi(machine_config &config);
void galaxygn(machine_config &config);
+ void borntofi_map(address_map &map);
+ void borntofi_sound_map(address_map &map);
+ void fantland_map(address_map &map);
+ void fantland_sound_iomap(address_map &map);
+ void fantland_sound_map(address_map &map);
+ void galaxygn_map(address_map &map);
+ void galaxygn_sound_iomap(address_map &map);
+ void wheelrun_map(address_map &map);
+ void wheelrun_sound_map(address_map &map);
};