summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tv910.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tv910.cpp')
-rw-r--r--src/mame/drivers/tv910.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/tv910.cpp b/src/mame/drivers/tv910.cpp
index 54e9ea5a7e7..3380f785186 100644
--- a/src/mame/drivers/tv910.cpp
+++ b/src/mame/drivers/tv910.cpp
@@ -59,6 +59,9 @@ public:
, m_charset(*this, "CHARSET")
{ }
+ void tv910(machine_config &config);
+
+private:
virtual void machine_start() override;
virtual void machine_reset() override;
@@ -80,9 +83,8 @@ public:
DECLARE_WRITE_LINE_MEMBER(ay3600_data_ready_w);
DECLARE_WRITE_LINE_MEMBER(ay3600_ako_w);
- void tv910(machine_config &config);
void tv910_mem(address_map &map);
-private:
+
required_device<m6502_device> m_maincpu;
required_device<input_merger_device> m_mainirq;
required_device<r6545_1_device> m_crtc;