# | 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) { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |