--- Frodo4/Src/main_Amiga.h 2003/07/01 17:51:17 1.2 +++ Frodo4/Src/main_Amiga.h 2005/06/27 19:55:48 1.5 @@ -1,7 +1,7 @@ /* * main_Amiga.h - Main program, AmigaOS specific stuff * - * Frodo (C) 1994-1997,2002-2003 Christian Bauer + * Frodo (C) 1994-1997,2002-2005 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 @@ -155,8 +155,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; } }