--- Frodo4/Src/main_Be.h 2003/07/01 17:33:50 1.1 +++ Frodo4/Src/main_Be.h 2003/07/02 14:46:24 1.3 @@ -1,7 +1,7 @@ /* * main_Be.h - Main program, BeOS 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 @@ -158,10 +158,7 @@ void Frodo::MessageReceived(BMessage *ms TheC64 = new C64; // Load ROMs - if (!load_rom_files()) { - PostMessage(B_QUIT_REQUESTED); - return; - } + load_rom_files(); // Run the 6510 TheC64->Run();