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.23 by gbeauche, 2008-01-01T09:47:38Z vs.
Revision 1.24 by asvitkine, 2009-08-18T18:26:10Z

# Line 290 | Line 290 | void EmulOp(M68kRegisters *r, uint32 pc,
290                                  WriteMacInt32(KernelDataAddr + 0x17c4, DR_CACHE_SIZE);
291                                  WriteMacInt32(KernelDataAddr + 0x1b04, DR_CACHE_BASE);
292                                  WriteMacInt32(KernelDataAddr + 0x1b00, DR_EMULATOR_BASE);
293 <                                memcpy((void *)DR_EMULATOR_BASE, (void *)(ROM_BASE + 0x370000), DR_EMULATOR_SIZE);
293 >                                memcpy((void *)DR_EMULATOR_BASE, (void *)(ROMBase + 0x370000), DR_EMULATOR_SIZE);
294                                  MakeExecutable(0, DR_EMULATOR_BASE, DR_EMULATOR_SIZE);
295                          }
296                          break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines