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.22 by gbeauche, 2003-12-15T15:25:38Z vs.
Revision 1.23 by gbeauche, 2003-12-15T15:27:01Z

# Line 319 | Line 319 | static bool check_rom_patch_space(uint32
319          size = (size + 3) & -4;
320          for (int i = 0; i < size; i += 4) {
321                  uint32 x = ntohl(*(uint32 *)(ROM_BASE + base + i));
322                printf("%08x\n", x);
322                  if (x != 0x6b636b63 && x != 0)
323                          return false;
324          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines