Devintrf bug fix

This commit is contained in:
Nathan Woods 2009-02-01 00:13:44 +00:00
parent 219639f3d7
commit 15b34bc9b5

View File

@ -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)