mirror of
https://github.com/holub/mame
synced 2025-05-25 07:15:25 +03:00
Devintrf bug fix
This commit is contained in:
parent
219639f3d7
commit
15b34bc9b5
@ -603,7 +603,6 @@ void device_list_start(running_machine *machine)
|
||||
while (numstarted < devcount)
|
||||
{
|
||||
int prevstarted = numstarted;
|
||||
numstarted = 0;
|
||||
|
||||
/* iterate over devices and start them */
|
||||
for (device = (device_config *)machine->config->devicelist; device != NULL; device = device->next)
|
||||
|
Loading…
Reference in New Issue
Block a user