(nw) Just in case...

This commit is contained in:
Ryan Holtz 2012-12-25 03:39:50 +00:00
parent e43cd42078
commit 9402f53c83
2 changed files with 2 additions and 0 deletions

View File

@ -295,6 +295,7 @@ void esrip_device::device_start()
// set our instruction counter
m_icountptr = &m_icount;
m_icount = 0;
}

View File

@ -226,6 +226,7 @@ void h6280_device::device_start()
// set our instruction counter
m_icountptr = &m_icount;
m_icount = 0;
}
void h6280_device::device_reset()