summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tasc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tasc.cpp')
-rw-r--r--src/mame/drivers/tasc.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/tasc.cpp b/src/mame/drivers/tasc.cpp
index ea3d37cca41..be31fbf38e2 100644
--- a/src/mame/drivers/tasc.cpp
+++ b/src/mame/drivers/tasc.cpp
@@ -170,7 +170,6 @@ void tasc_state::control_w(offs_t offset, u32 data, u32 mem_mask)
if (BIT(data, 27))
m_lcd->write(BIT(data, 26), data & 0xff);
- m_smartboard->reset_w(BIT(data, 27));
m_smartboard->data0_w(BIT(data, 30));
m_smartboard->data1_w(BIT(data, 31));
}