From 5f247d1dc9d20c2f5f5d1a084a4712e3101cbed2 Mon Sep 17 00:00:00 2001 From: AJR Date: Fri, 5 Jul 2019 22:05:08 -0400 Subject: f2mc16: Fix debug assert (nw) --- src/devices/cpu/f2mc16/f2mc16.cpp | 2 -- 1 file changed, 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() -- cgit v1.2.3