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

Comparing Frodo4/Src/main_Acorn.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 518 | Line 518 | void Frodo::ReadyToRun(void)
518   {
519    ThePrefs.Load(DEFAULT_PREFS);
520    TheC64 = new C64;
521 <  if (load_rom_files())
522 <  {
523 <    TheC64->Run();
524 <  }
521 >  load_rom_files();
522 >  TheC64->Run();
523    delete TheC64; TheC64 = NULL;
524   }
525  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines