--- Frodo4/Src/main_x.h 2003/07/01 17:33:50 1.1 +++ Frodo4/Src/main_x.h 2004/01/12 15:13:20 1.4 @@ -1,7 +1,7 @@ /* * main_x.h - Main program, Unix specific stuff * - * Frodo (C) 1994-1997,2002 Christian Bauer + * Frodo (C) 1994-1997,2002-2004 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 @@ -96,8 +96,8 @@ void Frodo::ReadyToRun(void) // Create and start C64 TheC64 = new C64; - if (load_rom_files()) - TheC64->Run(); + load_rom_files(); + TheC64->Run(); delete TheC64; }