summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tv950.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tv950.cpp')
-rw-r--r--src/mame/drivers/tv950.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/tv950.cpp b/src/mame/drivers/tv950.cpp
index 345dc286972..b1ce6dce2a6 100644
--- a/src/mame/drivers/tv950.cpp
+++ b/src/mame/drivers/tv950.cpp
@@ -65,6 +65,9 @@ public:
, m_gfx(*this, "graphics")
{ }
+ void tv950(machine_config &config);
+
+private:
DECLARE_WRITE8_MEMBER(via_a_w);
DECLARE_WRITE8_MEMBER(via_b_w);
DECLARE_READ8_MEMBER(via_b_r);
@@ -75,9 +78,8 @@ public:
DECLARE_WRITE8_MEMBER(row_addr_w);
DECLARE_WRITE_LINE_MEMBER(via_crtc_reset_w);
- void tv950(machine_config &config);
void tv950_mem(address_map &map);
-private:
+
uint8_t m_via_row;
uint8_t m_attr_row;
uint8_t m_attr_screen;