mirror of
https://github.com/holub/mame
synced 2025-05-24 06:30:04 +03:00
fixed typo in comment (nw)
This commit is contained in:
parent
844e696071
commit
85c48bb05f
@ -245,7 +245,7 @@ void device_execute_interface::adjust_icount(int delta)
|
|||||||
if (!executing())
|
if (!executing())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// aply the delta directly
|
// apply the delta directly
|
||||||
*m_icountptr += delta;
|
*m_icountptr += delta;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user