mirror of
https://github.com/holub/mame
synced 2025-05-23 22:20:01 +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())
|
||||
return;
|
||||
|
||||
// aply the delta directly
|
||||
// apply the delta directly
|
||||
*m_icountptr += delta;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user