f2mc16: Fix debug assert (nw)

This commit is contained in:
AJR 2019-07-05 22:05:08 -04:00
parent ac0f9b630e
commit 5f247d1dc9

View File

@ -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()