summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/f2mc16
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/f2mc16')
-rw-r--r--src/devices/cpu/f2mc16/f2mc16.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/cpu/f2mc16/f2mc16.cpp b/src/devices/cpu/f2mc16/f2mc16.cpp
index bfe06a45f62..9cda22ea9ea 100644
--- a/src/devices/cpu/f2mc16/f2mc16.cpp
+++ b/src/devices/cpu/f2mc16/f2mc16.cpp
@@ -93,8 +93,6 @@ void f2mc16_device::device_start()
state_add(F2MC16_R5, "R5", m_temp).callimport().callexport().formatstr("%02X");
state_add(F2MC16_R6, "R6", m_temp).callimport().callexport().formatstr("%02X");
state_add(F2MC16_R7, "R7", m_temp).callimport().callexport().formatstr("%02X");
-
- set_icountptr(m_icount);
}
void f2mc16_device::device_reset()