summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/chessmachine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/chessmachine.cpp')
-rw-r--r--src/devices/machine/chessmachine.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/devices/machine/chessmachine.cpp b/src/devices/machine/chessmachine.cpp
index 08e45ebb581..cd80fce19e5 100644
--- a/src/devices/machine/chessmachine.cpp
+++ b/src/devices/machine/chessmachine.cpp
@@ -62,10 +62,6 @@ void chessmachine_device::device_start()
// resolve callbacks
m_data_out.resolve_safe();
- // zerofill
- m_bootrom_enabled = false;
- m_latch[0] = m_latch[1] = 0;
-
// register for savestates
save_item(NAME(m_bootrom_enabled));
save_item(NAME(m_latch));