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

Comparing SheepShaver/src/Windows/main_windows.cpp (file contents):
Revision 1.7 by gbeauche, 2005-01-30T21:48:20Z vs.
Revision 1.8 by gbeauche, 2005-03-17T23:48:50Z

# Line 57 | Line 57
57   const char ROM_FILE_NAME[] = "ROM";
58   const char ROM_FILE_NAME2[] = "Mac OS ROM";
59  
60 < const uintptr RAM_BASE = 0x10000000;            // Base address of RAM
60 > const uintptr RAM_BASE = 0x20000000;            // Base address of RAM
61   const uint32 SIG_STACK_SIZE = 0x10000;          // Size of signal stack
62  
63  
# Line 166 | Line 166 | int main(int argc, char **argv)
166  
167          // Initialize variables
168          RAMBase = 0;
169        tzset();
169  
170          // Print some info
171          printf(GetString(STR_ABOUT_TEXT1), VERSION_MAJOR, VERSION_MINOR);
# Line 338 | Line 337 | int main(int argc, char **argv)
337                  }
338          }
339          delete[] rom_tmp;
340 +        
341 +        // Initialize native timers
342 +        timer_init();
343  
344          // Initialize everything
345          if (!InitAll())

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines