# | Line 1 | Line 1 | |
---|---|---|
1 | /* | |
2 | * main_x.h - Main program, Unix specific stuff | |
3 | * | |
4 | < | * Frodo (C) 1994-1997,2002-2003 Christian Bauer |
4 | > | * Frodo (C) 1994-1997,2002-2004 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 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |