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

Comparing BasiliskII/src/xpram.cpp (file contents):
Revision 1.8 by gbeauche, 2008-01-01T09:40:31Z vs.
Revision 1.9 by asvitkine, 2009-07-23T19:19:14Z

# Line 37 | Line 37 | uint8 XPRAM[XPRAM_SIZE];
37   *  Initialize XPRAM
38   */
39  
40 < void XPRAMInit(void)
40 > void XPRAMInit(const char *vmdir)
41   {
42          // Clear XPRAM
43          memset(XPRAM, 0, XPRAM_SIZE);
44  
45          // Load XPRAM from settings file
46 <        LoadXPRAM();
46 >        LoadXPRAM(vmdir);
47   }
48  
49  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines