summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/spiders.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/spiders.h')
-rw-r--r--src/mame/includes/spiders.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mame/includes/spiders.h b/src/mame/includes/spiders.h
index 9b00c1e347c..aac80bbc91b 100644
--- a/src/mame/includes/spiders.h
+++ b/src/mame/includes/spiders.h
@@ -44,7 +44,6 @@ public:
required_device<cpu_device> m_maincpu;
required_device<palette_device> m_palette;
required_device<cpu_device> m_audiocpu;
+ void spiders(machine_config &config);
+ void spiders_audio(machine_config &config);
};
-
-/*----------- defined in audio/spiders.c -----------*/
-MACHINE_CONFIG_EXTERN( spiders_audio );