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

Comparing Frodo4/Src/main_x.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 96 | Line 96 | void Frodo::ReadyToRun(void)
96  
97          // Create and start C64
98          TheC64 = new C64;
99 <        if (load_rom_files())
100 <                TheC64->Run();
99 >        load_rom_files();
100 >        TheC64->Run();
101          delete TheC64;
102   }
103  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines