summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/exidyttl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/exidyttl.cpp')
-rw-r--r--src/mame/drivers/exidyttl.cpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/mame/drivers/exidyttl.cpp b/src/mame/drivers/exidyttl.cpp
index 39dd60d4dab..55e9650b4a1 100644
--- a/src/mame/drivers/exidyttl.cpp
+++ b/src/mame/drivers/exidyttl.cpp
@@ -51,22 +51,20 @@ public:
{
}
+ void attack(machine_config &config);
+ void deathrac(machine_config &config);
+
+private:
// devices
required_device<netlist_mame_device> m_maincpu;
required_device<fixedfreq_device> m_video;
- void attack(machine_config &config);
- void deathrac(machine_config &config);
-protected:
-
// driver_device overrides
virtual void machine_start() override;
virtual void machine_reset() override;
virtual void video_start() override;
-private:
-
};