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

Comparing SheepShaver/src/main.cpp (file contents):
Revision 1.5 by gbeauche, 2008-01-01T09:47:38Z vs.
Revision 1.6 by asvitkine, 2009-07-23T19:12:50Z

# Line 70 | Line 70 | static void sheepshaver_write_byte(uintp
70   *  Initialize everything, returns false on error
71   */
72  
73 < bool InitAll(void)
73 > bool InitAll(const char *vmdir)
74   {
75          // Load NVRAM
76 <        XPRAMInit();
76 >        XPRAMInit(vmdir);
77  
78          // Load XPRAM default values if signature not found
79          if (XPRAM[0x130c] != 0x4e || XPRAM[0x130d] != 0x75

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines