diff --git a/src/emu/devintrf.c b/src/emu/devintrf.c index 906f63b1750..1011fae1056 100644 --- a/src/emu/devintrf.c +++ b/src/emu/devintrf.c @@ -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)