summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-07-05 22:05:08 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-07-05 22:05:08 -0400
commit5f247d1dc9d20c2f5f5d1a084a4712e3101cbed2 (patch)
tree634e568a682968a133cafc6e9ee95cbdc6458cb4
parentac0f9b630ed51fc19c22222d27fa4ce13aab79cf (diff)
f2mc16: Fix debug assert (nw)
-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 93b0aedbd64..6413895251e 100644
--- a/src/devices/cpu/f2mc16/f2mc16.cpp
+++ b/src/devices/cpu/f2mc16/f2mc16.cpp
@@ -91,8 +91,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()