--- BasiliskII/src/Windows/main_windows.cpp 2008/01/01 09:40:33 1.13 +++ BasiliskII/src/Windows/main_windows.cpp 2009/09/21 03:33:20 1.15 @@ -206,7 +206,7 @@ static void usage(const char *prg_name) " --break ADDRESS\n set ROM breakpoint\n" " --rominfo\n dump ROM information\n", prg_name ); - LoadPrefs(); // read the prefs file so PrefsPrintUsage() will print the correct default values + LoadPrefs(NULL); // read the prefs file so PrefsPrintUsage() will print the correct default values PrefsPrintUsage(); exit(0); } @@ -411,7 +411,7 @@ int main(int argc, char **argv) timer_init(); // Initialize everything - if (!InitAll()) + if (!InitAll(NULL)) QuitEmulator(); D(bug("Initialization complete\n"));