summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/legionna.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/legionna.h')
-rw-r--r--src/mame/includes/legionna.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mame/includes/legionna.h b/src/mame/includes/legionna.h
index fa81d16eba4..8a85940df7c 100644
--- a/src/mame/includes/legionna.h
+++ b/src/mame/includes/legionna.h
@@ -97,4 +97,11 @@ public:
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
optional_device<raiden2cop_device> m_raiden2cop;
+ void cupsocs(machine_config &config);
+ void heatbrl(machine_config &config);
+ void cupsoc(machine_config &config);
+ void grainbow(machine_config &config);
+ void legionna(machine_config &config);
+ void godzilla(machine_config &config);
+ void denjinmk(machine_config &config);
};