From 08e30a894e53d996a922eb5dcc43a06993ea0c18 Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Sun, 27 Mar 2005 22:06:52 +0000 Subject: [PATCH] disable 68k DR emulator for now (not stable enough yet) --- SheepShaver/src/emul_op.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SheepShaver/src/emul_op.cpp b/SheepShaver/src/emul_op.cpp index b1a8f7dd..cfb90bc5 100644 --- a/SheepShaver/src/emul_op.cpp +++ b/SheepShaver/src/emul_op.cpp @@ -282,8 +282,8 @@ void EmulOp(M68kRegisters *r, uint32 pc, int selector) MacOSUtilReset(); AudioReset(); - // Enable DR emulator - if (PrefsFindBool("jit68k")) { + // Enable DR emulator (disabled for now) + if (PrefsFindBool("jit68k") && 0) { D(bug("DR activated\n")); WriteMacInt32(KernelDataAddr + 0x17a0, 3); // Prepare for DR emulator activation WriteMacInt32(KernelDataAddr + 0x17c0, DR_CACHE_BASE);