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

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

# Line 61 | Line 61 | static void mon_write_byte_b2(uintptr ad
61   *  Initialize everything, returns false on error
62   */
63  
64 < bool InitAll(void)
64 > bool InitAll(const char *vmdir)
65   {
66          // Check ROM version
67          if (!CheckROM()) {
# Line 100 | Line 100 | bool InitAll(void)
100   #endif
101  
102          // Load XPRAM
103 <        XPRAMInit();
103 >        XPRAMInit(vmdir);
104  
105          // Load XPRAM default values if signature not found
106          if (XPRAM[0x0c] != 0x4e || XPRAM[0x0d] != 0x75

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines