From dbe25d1be114264495c85844f6c458ee2ebe02f3 Mon Sep 17 00:00:00 2001 From: AJR Date: Tue, 9 Jul 2019 00:00:21 -0400 Subject: f2mc16: Apply the same fix as last time (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 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() -- cgit v1.2.3