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

Comparing Frodo4/Src/Prefs.cpp (file contents):
Revision 1.3 by cebix, 2003-07-09T13:51:13Z vs.
Revision 1.5 by cebix, 2004-01-12T15:13:20Z

# Line 1 | Line 1
1   /*
2   *  Prefs.cpp - Global preferences
3   *
4 < *  Frodo (C) 1994-1997,2002-2003 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 43 | Line 43 | Prefs::Prefs()
43          BadLineCycles = 23;
44          CIACycles = 63;
45          FloppyCycles = 64;
46 <        SkipFrames = 2;
46 >        SkipFrames = 1;
47          LatencyMin = 80;
48          LatencyMax = 120;
49          LatencyAvg = 280;
# Line 61 | Line 61 | Prefs::Prefs()
61          strcpy(ViewPort, "Default");
62          strcpy(DisplayMode, "Default");
63  
64 <        SIDType = SIDTYPE_NONE;
64 >        SIDType = SIDTYPE_DIGITAL;
65          REUSize = REU_NONE;
66          DisplayType = DISPTYPE_WINDOW;
67          Joystick1Port = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines