summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taitottl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taitottl.cpp')
-rw-r--r--src/mame/drivers/taitottl.cpp11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/mame/drivers/taitottl.cpp b/src/mame/drivers/taitottl.cpp
index 6448b18c27f..fdc42f64015 100644
--- a/src/mame/drivers/taitottl.cpp
+++ b/src/mame/drivers/taitottl.cpp
@@ -94,21 +94,18 @@ public:
{
}
+ void taitottl(machine_config &config);
+
+private:
// devices
required_device<netlist_mame_device> m_maincpu;
required_device<fixedfreq_device> m_video;
-
- void taitottl(machine_config &config);
-protected:
-
+
// driver_device overrides
virtual void machine_start() override;
virtual void machine_reset() override;
virtual void video_start() override;
-
-private:
-
};