summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m52.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m52.h')
-rw-r--r--src/mame/includes/m52.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/m52.h b/src/mame/includes/m52.h
index 2e3dea662a7..0faac9d7893 100644
--- a/src/mame/includes/m52.h
+++ b/src/mame/includes/m52.h
@@ -48,4 +48,6 @@ public:
required_device<gfxdecode_device> m_gfxdecode;
required_device<screen_device> m_screen;
required_device<palette_device> m_palette;
+ void m52(machine_config &config);
+ void alpha1v(machine_config &config);
};