mirror of
https://github.com/holub/mame
synced 2025-07-06 10:29:38 +03:00
Guess what (no whatsnew)
This commit is contained in:
parent
bda9211496
commit
a1b0bd61b7
@ -410,7 +410,7 @@ if (TEMPLOG) printf("Setting quantum: %08X%08X\n", (UINT32)(min_quantum.attoseco
|
||||
device_execute_interface **suspend_tailptr = &suspend_list;
|
||||
|
||||
// iterate over all devices
|
||||
device_execute_interface *exec;
|
||||
device_execute_interface *exec = NULL;
|
||||
for (bool gotone = m_machine.devicelist.first(exec); gotone; gotone = exec->next(exec))
|
||||
{
|
||||
// append to the appropriate list
|
||||
|
Loading…
Reference in New Issue
Block a user