/[gxemul]/trunk/src/machines/machine_sandpoint.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/machines/machine_sandpoint.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 52 by dpavlin, Wed Oct 10 23:31:09 2007 UTC revision 53 by dpavlin, Thu Oct 11 12:54:37 2007 UTC
# Line 62  MACHINE_SETUP(sandpoint) Line 62  MACHINE_SETUP(sandpoint)
62          device_add(machine, "sandpoint");          device_add(machine, "sandpoint");
63    
64          /*  PCI and Interrupt controller:  */          /*  PCI and Interrupt controller:  */
65          pci_data = device_add(machine, "mpc40x");          pci_data = device_add(machine, "mpc10x");
66    
67  #if 0  #if 0
68          /*  RTC at "ext int 5" = "int 25" in IBM jargon, int          /*  RTC at "ext int 5" = "int 25" in IBM jargon, int
69              31-25 = 6 for the rest of us.  */              31-25 = 6 for the rest of us.  */
70          snprintf(tmpstr, sizeof(tmpstr), "%s.cpu[%i].mpc40x.%i",          snprintf(tmpstr, sizeof(tmpstr), "%s.cpu[%i].mpc10x.%i",
71              machine->path, machine->bootstrap_cpu, 31-25);              machine->path, machine->bootstrap_cpu, 31-25);
72          dev_mc146818_init(machine, machine->memory, 0x7ff00000, tmpstr,          dev_mc146818_init(machine, machine->memory, 0x7ff00000, tmpstr,
73              MC146818_SANDPOINT, 1);              MC146818_SANDPOINT, 1);

Legend:
Removed from v.52  
changed lines
  Added in v.53

  ViewVC Help
Powered by ViewVC 1.1.26