--- Frodo4/Src/main_WIN32.h 2003/07/01 17:33:50 1.1 +++ Frodo4/Src/main_WIN32.h 2003/07/02 14:46:24 1.3 @@ -1,7 +1,7 @@ /* * main_WIN32.h - Main program, WIN32 specific stuff * - * Frodo (C) 1994-1997,2002 Christian Bauer + * Frodo (C) 1994-1997,2002-2003 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -106,8 +106,8 @@ void Frodo::ReadyToRun(void) // Create and start C64 TheC64 = new C64; - if (load_rom_files()) - TheC64->Run(); + load_rom_files(); + TheC64->Run(); }