1 |
|
/* |
2 |
|
* main_Be.h - Main program, BeOS 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 |
158 |
|
TheC64 = new C64; |
159 |
|
|
160 |
|
// Load ROMs |
161 |
< |
if (!load_rom_files()) { |
162 |
< |
PostMessage(B_QUIT_REQUESTED); |
163 |
< |
return; |
164 |
< |
} |
161 |
> |
load_rom_files(); |
162 |
|
|
163 |
|
// Run the 6510 |
164 |
|
TheC64->Run(); |