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

Comparing SheepShaver/src/rsrc_patches.cpp (file contents):
Revision 1.12 by gbeauche, 2004-11-13T14:09:15Z vs.
Revision 1.13 by gbeauche, 2004-12-19T09:26:30Z

# Line 451 | Line 451 | void CheckLoad(uint32 type, int16 id, ui
451                          p[(0x378 + 0x6c0) >> 1] = htons(0x4e80);                // blr
452                          p[(0x37a + 0x6c0) >> 1] = htons(0x0020);
453                          D(bug(" patch 2 applied\n"));
454 +                } else if (p[(0x374 + 0x510) >> 1] == htons(0x7c08) && p[(0x376 + 0x510) >> 1] == htons(0x02a6)) {
455 +                        // Don't overwrite our serial drivers (9.0)
456 +                        p[(0x374 + 0x510) >> 1] = htons(0x4e80);                // blr
457 +                        p[(0x376 + 0x510) >> 1] = htons(0x0020);
458 +                        D(bug(" patch 3 applied\n"));
459                  }
460  
461          } else if (type == FOURCC('c','i','t','t') && id == 45) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines