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.13 by gbeauche, 2004-06-24T15:34:59Z vs.
Revision 1.14 by gbeauche, 2004-11-13T14:09:16Z

# Line 54 | Line 54 | struct KernelData {
54   // RAM and ROM pointers (allocated and set by main_*.cpp)
55   extern uint32 RAMBase;                  // Base address of Mac RAM
56   extern uint32 RAMSize;                  // Size address of Mac RAM
57 + extern uint8 *RAMBaseHost;              // Base address of Mac RAM (host address space)
58 + extern uint8 *ROMBaseHost;              // Base address of Mac ROM (host address space)
59  
60   // Mac memory access functions
61   #if EMULATED_PPC

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines