--- Frodo4/Src/main_Acorn.h 2003/07/01 17:33:50 1.1 +++ Frodo4/Src/main_Acorn.h 2003/07/02 14:46:24 1.3 @@ -1,7 +1,7 @@ /* * main_Acorn.h - Main program, RISC OS 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 @@ -518,10 +518,8 @@ void Frodo::ReadyToRun(void) { ThePrefs.Load(DEFAULT_PREFS); TheC64 = new C64; - if (load_rom_files()) - { - TheC64->Run(); - } + load_rom_files(); + TheC64->Run(); delete TheC64; TheC64 = NULL; }