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

Comparing Frodo4/Src/main_Be.h (file contents):
Revision 1.1 by cebix, 2003-07-01T17:33:50Z vs.
Revision 1.6 by cebix, 2004-01-13T17:08:58Z

# Line 1 | Line 1
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-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 158 | Line 158 | void Frodo::MessageReceived(BMessage *ms
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();
# Line 178 | Line 175 | void Frodo::MessageReceived(BMessage *ms
175                          }
176                          break;
177  
178 <                case MSG_PREFS_DONE: // Preferences editor closed
178 >                case MSG_PREFS_DONE: { // Preferences editor closed
179                          Prefs *prefs;
180 <                        msg->FindPointer("prefs", &prefs);
180 >                        msg->FindPointer("prefs", (void **)&prefs);
181                          if (!msg->FindBool("canceled")) {
182                                  TheC64->NewPrefs(prefs);
183                                  ThePrefs = *prefs;
# Line 191 | Line 188 | void Frodo::MessageReceived(BMessage *ms
188                          TheC64->TheDisplay->Resume();
189                          TheC64->Resume();
190                          break;
191 +                }
192  
193                  case MSG_RESET: // Reset C64
194                          if (TheC64 != NULL)
# Line 359 | Line 357 | public:
357                  MovePenTo(204, 40);
358                  DrawString("by Christian Bauer");
359                  MovePenTo(204, 52);
360 <                DrawString("<cbauer@iphcip1.physik.uni-mainz.de>");
360 >                DrawString("<Christian.Bauer@uni-mainz.de>");
361                  MovePenTo(204, 75);
362 <                DrawString(B_UTF8_COPYRIGHT " Copyright 1994-1997");
362 >                DrawString(B_UTF8_COPYRIGHT " Copyright 1994-1997,2002-2004");
363                  MovePenTo(204, 87);
364                  DrawString("Freely distributable.");
365          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines