summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ms32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ms32.h')
-rw-r--r--src/mame/includes/ms32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/ms32.h b/src/mame/includes/ms32.h
index a70eac6589e..5238a24e7bf 100644
--- a/src/mame/includes/ms32.h
+++ b/src/mame/includes/ms32.h
@@ -123,5 +123,7 @@ public:
required_device<gfxdecode_device> m_gfxdecode;
optional_device<screen_device> m_screen;
required_device<palette_device> m_palette;
+ void ms32(machine_config &config);
+ void f1superb(machine_config &config);
optional_device<generic_latch_8_device> m_soundlatch; //not for bnstars.cpp
};