summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lwings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lwings.h')
-rw-r--r--src/mame/includes/lwings.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/lwings.h b/src/mame/includes/lwings.h
index e416eef4ad5..35d36b91b37 100644
--- a/src/mame/includes/lwings.h
+++ b/src/mame/includes/lwings.h
@@ -86,4 +86,9 @@ public:
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
required_device<generic_latch_8_device> m_soundlatch;
+ void lwings(machine_config &config);
+ void trojan(machine_config &config);
+ void fball(machine_config &config);
+ void avengers(machine_config &config);
+ void avengersb(machine_config &config);
};