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

Comparing SheepShaver/src/include/cpu_emulation.h (file contents):
Revision 1.11 by gbeauche, 2004-01-24T11:28:05Z vs.
Revision 1.12 by gbeauche, 2004-05-31T09:04:44Z

# Line 31 | Line 31 | const uintptr ROM_BASE = 0x40800000;                   /
31   const uint32  ROM_SIZE = 0x400000;                              // Size of ROM file
32   const uint32  ROM_AREA_SIZE = 0x500000;                 // Size of ROM area
33   const uintptr ROM_END = ROM_BASE + ROM_SIZE;    // End of ROM
34 + const uintptr DR_EMULATOR_BASE = 0x68070000;    // Address of DR emulator code
35 + const uint32  DR_EMULATOR_SIZE = 0x10000;               // Size of DR emulator code
36   const uintptr DR_CACHE_BASE = 0x69000000;               // Address of DR cache
37   const uint32  DR_CACHE_SIZE = 0x80000;                  // Size of DR Cache
38  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines