ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SIDPlayer/src/main_sdl.cpp
(Generate patch)

Comparing SIDPlayer/src/main_sdl.cpp (file contents):
Revision 1.11 by cebix, 2003-04-11T20:23:02Z vs.
Revision 1.13 by cebix, 2004-01-12T15:15:49Z

# Line 1 | Line 1
1   /*
2   *  main_sdl.cpp - SIDPlayer SDL main program
3   *
4 < *  SIDPlayer (C) Copyright 1996-2003 Christian Bauer
4 > *  SIDPlayer (C) Copyright 1996-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 41 | Line 41
41   *  Get current value of microsecond timer
42   */
43  
44 < uint64 GetTicks_usec(void)
44 > uint64 GetTicks_usec()
45   {
46   #ifdef __unix__
47          struct timeval t;
# Line 107 | Line 107 | static void usage(const char *prg_name)
107          exit(0);
108   }
109  
110 < static void quit(void)
110 > static void quit()
111   {
112          ExitAll();
113          SDL_Quit();
# Line 118 | Line 118 | int main(int argc, char **argv)
118          // Print banner
119          printf(
120                  PACKAGE " Version " VERSION "\n\n"
121 <                "Copyright (C) 1996-2003 Christian Bauer\n"
121 >                "Copyright (C) 1996-2004 Christian Bauer\n"
122                  "E-mail: Christian.Bauer@uni-mainz.de\n"
123                  "http://www.uni-mainz.de/~bauec002/\n\n"
124                  "This is free software with ABSOLUTELY NO WARRANTY.\n"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines