From b05c68e90e8e3708f3fdda2fb6aaa3d5edcb87a2 Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Sat, 11 Oct 2003 09:34:35 +0000 Subject: [PATCH] Move PPC emulator config to here --- SheepShaver/src/Unix/sysdeps.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SheepShaver/src/Unix/sysdeps.h b/SheepShaver/src/Unix/sysdeps.h index cd4d7763..224bcf9e 100644 --- a/SheepShaver/src/Unix/sysdeps.h +++ b/SheepShaver/src/Unix/sysdeps.h @@ -77,6 +77,10 @@ #else # define ROM_IS_WRITE_PROTECTED 1 #endif +// Configure PowerPC emulator +#define PPC_NO_LAZY_PC_UPDATE 1 +#define PPC_NO_DECODE_CACHE 1 +//#define PPC_FLIGHT_RECORDER 1 #else // Mac ROM is write protected #define ROM_IS_WRITE_PROTECTED 1