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

Comparing SIDPlayer/src/prefs_items.cpp (file contents):
Revision 1.6 by cebix, 2003-04-11T20:23:02Z vs.
Revision 1.9 by cebix, 2011-07-31T09:52:33Z

# Line 1 | Line 1
1   /*
2   *  prefs.cpp - Preferences items
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 48 | Line 48 | prefs_desc common_prefs_items[] = {
48          {"siddev", TYPE_STRING, false,          "Catweasel device name"},
49          {"speed", TYPE_INT32, false,        "replay speed adjustment (percent)"},
50          {"outfile", TYPE_STRING, false,     "write output to WAV file"},
51 <        {"time", TYPE_INT32, false,         "playing time in second when writing to file"},
51 >        {"time", TYPE_INT32, false,         "playing time in seconds when writing to file"},
52          {NULL, TYPE_END, false} // End of list
53   };
54  
# Line 57 | Line 57 | prefs_desc common_prefs_items[] = {
57   *  Set default values for preferences items
58   */
59  
60 < void AddPrefsDefaults(void)
60 > void AddPrefsDefaults()
61   {
62          PrefsAddString("victype", "6569");
63          PrefsAddString("sidtype", "6581");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines