mirror of
https://github.com/holub/mame
synced 2025-07-03 09:06:08 +03:00
f2mc16: Fix debug assert (nw)
This commit is contained in:
parent
ac0f9b630e
commit
5f247d1dc9
@ -91,8 +91,6 @@ void f2mc16_device::device_start()
|
|||||||
state_add(F2MC16_R5, "R5", m_temp).callimport().callexport().formatstr("%02X");
|
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_R6, "R6", m_temp).callimport().callexport().formatstr("%02X");
|
||||||
state_add(F2MC16_R7, "R7", 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()
|
void f2mc16_device::device_reset()
|
||||||
|
Loading…
Reference in New Issue
Block a user