--- SheepShaver/src/include/cpu_emulation.h 2004/01/24 11:28:05 1.11 +++ SheepShaver/src/include/cpu_emulation.h 2004/05/31 09:04:44 1.12 @@ -31,6 +31,8 @@ const uintptr ROM_BASE = 0x40800000; / const uint32 ROM_SIZE = 0x400000; // Size of ROM file const uint32 ROM_AREA_SIZE = 0x500000; // Size of ROM area const uintptr ROM_END = ROM_BASE + ROM_SIZE; // End of ROM +const uintptr DR_EMULATOR_BASE = 0x68070000; // Address of DR emulator code +const uint32 DR_EMULATOR_SIZE = 0x10000; // Size of DR emulator code const uintptr DR_CACHE_BASE = 0x69000000; // Address of DR cache const uint32 DR_CACHE_SIZE = 0x80000; // Size of DR Cache