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

Comparing SheepShaver/src/rom_patches.cpp (file contents):
Revision 1.11 by gbeauche, 2003-10-05T23:05:03Z vs.
Revision 1.12 by gbeauche, 2003-10-05T23:38:07Z

# Line 1857 | Line 1857 | static bool patch_68k(void)
1857                  static const uint8 tm_task_dat[] = {0x30, 0x3c, 0x4e, 0x2b, 0xa9, 0xc9};
1858                  if ((base = find_rom_data(0x2a0, 0x2e0, tm_task_dat, sizeof(tm_task_dat))) == 0) return false;
1859                  D(bug("tm_task %08lx\n", base));
1860 <                wp = (uint16 *)(ROM_BASE + base + 22);
1860 >                wp = (uint16 *)(ROM_BASE + base + 28);
1861                  *wp++ = htons(M68K_NOP);
1862                  *wp++ = htons(M68K_NOP);
1863                  *wp++ = htons(M68K_NOP);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines