# | 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 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |