ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/main_Be.h
(Generate patch)

Comparing Frodo4/Src/main_Be.h (file contents):
Revision 1.2 by cebix, 2003-07-01T17:51:17Z vs.
Revision 1.3 by cebix, 2003-07-02T14:46:24Z

# Line 158 | Line 158 | void Frodo::MessageReceived(BMessage *ms
158                          TheC64 = new C64;
159  
160                          // Load ROMs
161 <                        if (!load_rom_files()) {
162 <                                PostMessage(B_QUIT_REQUESTED);
163 <                                return;
164 <                        }
161 >                        load_rom_files();
162  
163                          // Run the 6510
164                          TheC64->Run();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines