diff options
| author | 2013-03-19 07:22:20 +0000 | |
|---|---|---|
| committer | 2013-03-19 07:22:20 +0000 | |
| commit | 0e1f5ad25b25df7c2ec707ec45c544288eb3c683 (patch) | |
| tree | eeef04fdf999692be30c25457fb9b329e1dbfdde /src/emu/machine/z80sti.c | |
| parent | 86614c802b9d611d83520fdb43388ae51d31f553 (diff) | |
Cleanups and version bumpmame0148u2
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)); } |
