summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms1000/tms0970.cpp
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2023-04-06 23:23:44 +0200
committer hap <happppp@users.noreply.github.com>2023-04-06 23:23:57 +0200
commitbbfc80d0b8c65d5d1e612f7ecefa3dd928a334d7 (patch)
tree23b57da731e33d04d4488392d63597f92b61c7cc /src/devices/cpu/tms1000/tms0970.cpp
parentb89bd1a8e510ea72f98fc10bb5692fd2e8987329 (diff)
smc1102: add disassembler
Diffstat (limited to 'src/devices/cpu/tms1000/tms0970.cpp')
-rw-r--r--src/devices/cpu/tms1000/tms0970.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/tms1000/tms0970.cpp b/src/devices/cpu/tms1000/tms0970.cpp
index 41782b8c723..98bb14e905f 100644
--- a/src/devices/cpu/tms1000/tms0970.cpp
+++ b/src/devices/cpu/tms1000/tms0970.cpp
@@ -73,7 +73,7 @@ void tms0970_cpu_device::device_reset()
// pre-decode instructionset
m_fixed_decode.resize(0x100);
- memset(&m_fixed_decode[0], 0, 0x100*sizeof(u32));
+ memset(&m_fixed_decode[0], 0, 0x100*sizeof(u64));
m_micro_decode.resize(0x100);
memset(&m_micro_decode[0], 0, 0x100*sizeof(u32));