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

Comparing Frodo4/Src/main_Amiga.h (file contents):
Revision 1.1 by cebix, 2003-07-01T17:33:50Z vs.
Revision 1.3 by cebix, 2003-07-02T14:46:24Z

# Line 1 | Line 1
1   /*
2   *  main_Amiga.h - Main program, AmigaOS specific stuff
3   *
4 < *  Frodo (C) 1994-1997,2002 Christian Bauer
4 > *  Frodo (C) 1994-1997,2002-2003 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 155 | Line 155 | void Frodo::ReadyToRun(void)
155  
156                  // Create and start C64
157                  TheC64 = new C64;
158 <                if (load_rom_files())
159 <                        TheC64->Run();
158 >                load_rom_files();
159 >                TheC64->Run();
160                  delete TheC64;
161          }
162   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines