ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/main_unix.cpp
(Generate patch)

Comparing SheepShaver/src/Unix/main_unix.cpp (file contents):
Revision 1.70 by gbeauche, 2005-07-06T04:58:34Z vs.
Revision 1.71 by gbeauche, 2005-07-06T05:11:56Z

# Line 589 | Line 589 | int main(int argc, char **argv)
589                          { 0xffff0000, 0x80010000, "7455" },
590                          { 0xffff0000, 0x80020000, "7457" },
591                          { 0xffff0000, 0x80030000, "7447A" },
592 +                        { 0xffff0000, 0x80040000, "7448" },
593                          { 0x7fff0000, 0x00810000, "82xx" },
594                          { 0x7fff0000, 0x00820000, "8280" },
595                          { 0xffff0000, 0x00400000, "Power3 (630)" },
# Line 597 | Line 598 | int main(int argc, char **argv)
598                          { 0xffff0000, 0x00370000, "S-star" },
599                          { 0xffff0000, 0x00350000, "Power4" },
600                          { 0xffff0000, 0x00390000, "PPC970" },
601 +                        { 0xffff0000, 0x003c0000, "PPC970FX" },
602                          { 0xffff0000, 0x003a0000, "POWER5" },
603                          { 0, 0, 0 }
604                  };
# Line 672 | Line 674 | int main(int argc, char **argv)
674          case 0x8001:                            // 7455
675          case 0x8002:                            // 7457
676          case 0x8003:                            // 7447A
677 +        case 0x8004:                            // 7448
678          case 0x0039:                            //  970
679 +        case 0x003c:                            //  970FX
680                  PVR = 0x000c0000;               // 7400
681                  break;
682          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines