From 0cb51c42dd64f9ef236912da0947df6067fc4767 Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Mon, 6 Oct 2003 21:01:22 +0000 Subject: [PATCH] cleanups :-) --- SheepShaver/src/rom_patches.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/SheepShaver/src/rom_patches.cpp b/SheepShaver/src/rom_patches.cpp index 4324eedf..75ff9c37 100644 --- a/SheepShaver/src/rom_patches.cpp +++ b/SheepShaver/src/rom_patches.cpp @@ -726,7 +726,6 @@ bool PatchROM(void) return false; // Check that other ROM addresses point to really free regions - printf("%08x\n", ntohl(*(uint32 *)(ROM_BASE + CHECK_LOAD_PATCH_SPACE))); if (ntohl(*(uint32 *)(ROM_BASE + CHECK_LOAD_PATCH_SPACE)) != 0x6b636b63) return false; if (ntohl(*(uint32 *)(ROM_BASE + PUT_SCRAP_PATCH_SPACE)) != 0x6b636b63)