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

Comparing Frodo4/Src/Display_Amiga.h (file contents):
Revision 1.3 by cebix, 2004-01-12T15:13:20Z vs.
Revision 1.5 by cebix, 2005-06-27T19:55:48Z

# Line 2 | Line 2
2   *  Display_Amiga.h - C64 graphics display, emulator window handling,
3   *                    Amiga specific stuff
4   *
5 < *  Frodo (C) 1994-1997,2002-2004 Christian Bauer
5 > *  Frodo (C) 1994-1997,2002-2005 Christian Bauer
6   *
7   *  This program is free software; you can redistribute it and/or modify
8   *  it under the terms of the GNU General Public License as published by
# Line 501 | Line 501 | void C64Display::PollKeyboard(UBYTE *key
501                                          case 0: {       // About Frodo
502                                                  TheC64->Pause();
503                                                  char str[256];
504 <                                                sprintf(str, "%s by Christian Bauer\n<cbauer@iphcip1.physik.uni-mainz.de>\nŠ Copyright 1994-1997\nFreely distributable", VERSION_STRING);
504 >                                                sprintf(str, "%s by Christian Bauer\n<Christian.Bauer@uni-mainz.de>\nŠ Copyright 1994-1997,2002-2005", VERSION_STRING);
505                                                  ShowRequester(str, "OK");
506                                                  TheC64->Resume();
507                                                  break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines