mirror of
https://github.com/holub/mame
synced 2025-05-09 15:51:48 +03:00
(nw) Just in case...
This commit is contained in:
parent
e43cd42078
commit
9402f53c83
@ -295,6 +295,7 @@ void esrip_device::device_start()
|
|||||||
|
|
||||||
// set our instruction counter
|
// set our instruction counter
|
||||||
m_icountptr = &m_icount;
|
m_icountptr = &m_icount;
|
||||||
|
m_icount = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -226,6 +226,7 @@ void h6280_device::device_start()
|
|||||||
|
|
||||||
// set our instruction counter
|
// set our instruction counter
|
||||||
m_icountptr = &m_icount;
|
m_icountptr = &m_icount;
|
||||||
|
m_icount = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void h6280_device::device_reset()
|
void h6280_device::device_reset()
|
||||||
|
Loading…
Reference in New Issue
Block a user