summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mystston.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mystston.h')
-rw-r--r--src/mame/includes/mystston.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mame/includes/mystston.h b/src/mame/includes/mystston.h
index 50fc4be234c..953a20efc2b 100644
--- a/src/mame/includes/mystston.h
+++ b/src/mame/includes/mystston.h
@@ -63,8 +63,6 @@ public:
required_device<gfxdecode_device> m_gfxdecode;
required_device<screen_device> m_screen;
required_device<palette_device> m_palette;
+ void mystston(machine_config &config);
+ void mystston_video(machine_config &config);
};
-
-/*----------- defined in video/mystston.c -----------*/
-
-MACHINE_CONFIG_EXTERN( mystston_video );