summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/4enlinea.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/4enlinea.cpp')
-rw-r--r--src/mame/drivers/4enlinea.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/4enlinea.cpp b/src/mame/drivers/4enlinea.cpp
index b37fab2bed5..4732d131382 100644
--- a/src/mame/drivers/4enlinea.cpp
+++ b/src/mame/drivers/4enlinea.cpp
@@ -214,7 +214,9 @@ public:
m_maincpu(*this, "maincpu")
{ }
+ void _4enlinea(machine_config &config);
+private:
required_device<ay8910_device> m_ay;
DECLARE_READ8_MEMBER(serial_r);
@@ -233,7 +235,6 @@ public:
virtual void machine_reset() override;
required_device<cpu_device> m_maincpu;
- void _4enlinea(machine_config &config);
void audio_map(address_map &map);
void audio_portmap(address_map &map);
void main_map(address_map &map);