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

Comparing BasiliskII/src/Windows/main_windows.cpp (file contents):
Revision 1.13 by gbeauche, 2008-01-01T09:40:33Z vs.
Revision 1.15 by asvitkine, 2009-09-21T03:33:20Z

# Line 206 | Line 206 | static void usage(const char *prg_name)
206                  "  --break ADDRESS\n    set ROM breakpoint\n"
207                  "  --rominfo\n    dump ROM information\n", prg_name
208          );
209 <        LoadPrefs(); // read the prefs file so PrefsPrintUsage() will print the correct default values
209 >        LoadPrefs(NULL); // read the prefs file so PrefsPrintUsage() will print the correct default values
210          PrefsPrintUsage();
211          exit(0);
212   }
# Line 411 | Line 411 | int main(int argc, char **argv)
411          timer_init();
412  
413          // Initialize everything
414 <        if (!InitAll())
414 >        if (!InitAll(NULL))
415                  QuitEmulator();
416          D(bug("Initialization complete\n"));
417  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines