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.14 by gbeauche, 2003-10-06T21:00:48Z vs.
Revision 1.15 by gbeauche, 2003-10-06T21:01:22Z

# Line 726 | Line 726 | bool PatchROM(void)
726                  return false;
727  
728          // Check that other ROM addresses point to really free regions
729        printf("%08x\n", ntohl(*(uint32 *)(ROM_BASE + CHECK_LOAD_PATCH_SPACE)));
729          if (ntohl(*(uint32 *)(ROM_BASE + CHECK_LOAD_PATCH_SPACE)) != 0x6b636b63)
730                  return false;
731          if (ntohl(*(uint32 *)(ROM_BASE + PUT_SCRAP_PATCH_SPACE)) != 0x6b636b63)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines