diff options
Diffstat (limited to 'src/devices/machine/64h156.cpp')
-rw-r--r-- | src/devices/machine/64h156.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/machine/64h156.cpp b/src/devices/machine/64h156.cpp index 6613b34ab69..60498046dd9 100644 --- a/src/devices/machine/64h156.cpp +++ b/src/devices/machine/64h156.cpp @@ -72,7 +72,6 @@ c64h156_device::c64h156_device(const machine_config &mconfig, const char *tag, d m_atni(0), m_atna(0) { - memset(&cur_live, 0x00, sizeof(cur_live)); cur_live.tm = attotime::never; cur_live.state = IDLE; cur_live.next_state = -1; |