summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sandscrp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sandscrp.cpp')
-rw-r--r--src/mame/drivers/sandscrp.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/sandscrp.cpp b/src/mame/drivers/sandscrp.cpp
index d191efc164f..fc5aa8c6633 100644
--- a/src/mame/drivers/sandscrp.cpp
+++ b/src/mame/drivers/sandscrp.cpp
@@ -100,6 +100,9 @@ public:
, m_audiobank(*this, "audiobank")
{ }
+ void sandscrp(machine_config &config);
+
+private:
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_audiocpu;
required_device<kaneko_pandora_device> m_pandora;
@@ -130,7 +133,6 @@ public:
INTERRUPT_GEN_MEMBER(interrupt);
void update_irq_state();
- void sandscrp(machine_config &config);
void sandscrp(address_map &map);
void sandscrp_soundmem(address_map &map);
void sandscrp_soundport(address_map &map);