--- Frodo4/Src/Prefs.cpp 2003/07/09 13:51:13 1.3 +++ Frodo4/Src/Prefs.cpp 2004/01/12 15:13:20 1.5 @@ -1,7 +1,7 @@ /* * Prefs.cpp - Global preferences * - * Frodo (C) 1994-1997,2002-2003 Christian Bauer + * Frodo (C) 1994-1997,2002-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -43,7 +43,7 @@ Prefs::Prefs() BadLineCycles = 23; CIACycles = 63; FloppyCycles = 64; - SkipFrames = 2; + SkipFrames = 1; LatencyMin = 80; LatencyMax = 120; LatencyAvg = 280; @@ -61,7 +61,7 @@ Prefs::Prefs() strcpy(ViewPort, "Default"); strcpy(DisplayMode, "Default"); - SIDType = SIDTYPE_NONE; + SIDType = SIDTYPE_DIGITAL; REUSize = REU_NONE; DisplayType = DISPTYPE_WINDOW; Joystick1Port = 0;