mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
devcpu: do an abort_timeslice instead of eating all cycles on defer_access
This commit is contained in:
parent
ea02851fc8
commit
fb8198689a
@ -100,7 +100,6 @@ void cpu_device::access_after_delay(u32 cycles) noexcept
|
||||
|
||||
void cpu_device::defer_access() noexcept
|
||||
{
|
||||
if(*m_icountptr > 0)
|
||||
*m_icountptr = 0;
|
||||
abort_timeslice();
|
||||
m_access_to_be_redone = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user