summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ggconnie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ggconnie.cpp')
-rw-r--r--src/mame/drivers/ggconnie.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/ggconnie.cpp b/src/mame/drivers/ggconnie.cpp
index 95bed40b3b4..94ddd0f3338 100644
--- a/src/mame/drivers/ggconnie.cpp
+++ b/src/mame/drivers/ggconnie.cpp
@@ -40,14 +40,14 @@ public:
, m_oki(*this, "oki")
{ }
+ void ggconnie(machine_config &config);
+
+private:
DECLARE_WRITE8_MEMBER(lamp_w);
DECLARE_WRITE8_MEMBER(output_w);
DECLARE_WRITE8_MEMBER(oki_bank_w);
- void ggconnie(machine_config &config);
-
void sgx_io(address_map &map);
void sgx_mem(address_map &map);
-private:
required_device <msm6242_device> m_rtc;
required_device <okim6295_device> m_oki;
};