summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/h19.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/h19.cpp')
-rw-r--r--src/mame/drivers/h19.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/h19.cpp b/src/mame/drivers/h19.cpp
index 50d4781e4f2..34fa48ffb28 100644
--- a/src/mame/drivers/h19.cpp
+++ b/src/mame/drivers/h19.cpp
@@ -107,7 +107,7 @@ public:
MC6845_UPDATE_ROW(crtc_update_row);
private:
- uint8_t m_term_data;
+ //uint8_t m_term_data;
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
virtual void machine_reset() override;
required_device<palette_device> m_palette;