summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/eolith.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/eolith.h')
-rw-r--r--src/mame/includes/eolith.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/eolith.h b/src/mame/includes/eolith.h
index 1df41ff5d4f..bd17c893d82 100644
--- a/src/mame/includes/eolith.h
+++ b/src/mame/includes/eolith.h
@@ -56,6 +56,9 @@ public:
uint32_t screen_update_eolith(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void ironfort(machine_config &config);
+ void eolith50(machine_config &config);
+ void eolith45(machine_config &config);
protected:
// shared with eolith16.cpp, vegaeo.cpp
optional_ioport m_eepromoutport;