diff options
author | 2021-04-20 21:01:55 +0200 | |
---|---|---|
committer | 2021-04-20 21:02:21 +0200 | |
commit | 5c3ded77a778232ffc8c9fd31bbd5cd902a3046d (patch) | |
tree | 32a315027ba208c14f97b0846b5ac4bbcfc6f76c /src/devices/machine/chessmachine.cpp | |
parent | eab35a4470be71b7bff1dc77941ae676818d1db8 (diff) |
ibm5170: fix validity error
Diffstat (limited to 'src/devices/machine/chessmachine.cpp')
-rw-r--r-- | src/devices/machine/chessmachine.cpp | 4 |
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)); |