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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/fantland.h b/src/mame/includes/fantland.h
index 64c308e94e8..db6d9c87fbe 100644
--- a/src/mame/includes/fantland.h
+++ b/src/mame/includes/fantland.h
@@ -79,4 +79,8 @@ public:
void borntofi_adpcm_start( msm5205_device *device, int voice );
void borntofi_adpcm_stop( msm5205_device *device, int voice );
void borntofi_adpcm_int( msm5205_device *device, int voice );
+ void fantland(machine_config &config);
+ void wheelrun(machine_config &config);
+ void borntofi(machine_config &config);
+ void galaxygn(machine_config &config);
};