--- trunk/src/machines/machine_sandpoint.c 2007/10/10 23:31:09 49 +++ trunk/src/machines/machine_sandpoint.c 2007/10/11 12:54:37 53 @@ -62,12 +62,12 @@ device_add(machine, "sandpoint"); /* PCI and Interrupt controller: */ - pci_data = device_add(machine, "mpc40x"); + pci_data = device_add(machine, "mpc10x"); #if 0 /* RTC at "ext int 5" = "int 25" in IBM jargon, int 31-25 = 6 for the rest of us. */ - snprintf(tmpstr, sizeof(tmpstr), "%s.cpu[%i].mpc40x.%i", + snprintf(tmpstr, sizeof(tmpstr), "%s.cpu[%i].mpc10x.%i", machine->path, machine->bootstrap_cpu, 31-25); dev_mc146818_init(machine, machine->memory, 0x7ff00000, tmpstr, MC146818_SANDPOINT, 1);