mirror of
https://github.com/holub/mame
synced 2025-05-27 16:21:34 +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)
|
while (numstarted < devcount)
|
||||||
{
|
{
|
||||||
int prevstarted = numstarted;
|
int prevstarted = numstarted;
|
||||||
numstarted = 0;
|
|
||||||
|
|
||||||
/* iterate over devices and start them */
|
/* iterate over devices and start them */
|
||||||
for (device = (device_config *)machine->config->devicelist; device != NULL; device = device->next)
|
for (device = (device_config *)machine->config->devicelist; device != NULL; device = device->next)
|
||||||
|
Loading…
Reference in New Issue
Block a user