ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/emul_op.cpp
(Generate patch)

Comparing SheepShaver/src/emul_op.cpp (file contents):
Revision 1.10 by gbeauche, 2004-05-31T09:04:42Z vs.
Revision 1.11 by gbeauche, 2004-05-31T10:02:20Z

# Line 288 | Line 288 | void EmulOp(M68kRegisters *r, uint32 pc,
288                          MacOSUtilReset();
289                          AudioReset();
290  
291 <                        // Enable DR emulator from NewWorld ROMs
292 <                        if (ROMType == ROMTYPE_NEWWORLD) {
291 >                        // Enable DR emulator
292 >                        if (1) {
293                                  D(bug("DR activated\n"));
294                                  WriteMacInt32(KernelDataAddr + 0x17a0, 3);              // Prepare for DR emulator activation
295                                  WriteMacInt32(KernelDataAddr + 0x17c0, DR_CACHE_BASE);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines