diff options
Diffstat (limited to 'src/emu/machine/z80sti.c')
| -rw-r--r-- | src/emu/machine/z80sti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/z80sti.c b/src/emu/machine/z80sti.c index e48861668fe..14f75d1e8af 100644 --- a/src/emu/machine/z80sti.c +++ b/src/emu/machine/z80sti.c @@ -261,7 +261,7 @@ void z80sti_device::device_start() void z80sti_device::device_reset() { memset(m_tmc, 0, sizeof(m_tmc)); - memset(m_to, 0, sizeof(m_to)); + memset(m_to, 0, sizeof(m_to)); } |
