--- Frodo4/Src/Prefs.h 2004/01/12 15:13:20 1.5 +++ Frodo4/Src/Prefs.h 2010/04/21 22:05:38 1.8 @@ -1,7 +1,7 @@ /* * Prefs.h - Global preferences * - * Frodo (C) 1994-1997,2002-2004 Christian Bauer + * Frodo Copyright (C) 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 @@ -22,14 +22,6 @@ #define _PREFS_H -// Drive types -enum { - DRVTYPE_DIR, // 1541 emulation in host file system - DRVTYPE_D64, // 1541 emulation in .d64 file - DRVTYPE_T64 // 1541 emulation in .t64 file -}; - - // SID types enum { SIDTYPE_NONE, // SID emulation off @@ -60,8 +52,8 @@ public: Prefs(); bool ShowEditor(bool startup, char *prefs_name); void Check(void); - void Load(char *filename); - bool Save(char *filename); + void Load(const char *filename); + bool Save(const char *filename); bool operator==(const Prefs &rhs) const; bool operator!=(const Prefs &rhs) const; @@ -72,8 +64,6 @@ public: int FloppyCycles; // Available 1541 CPU cycles per line int SkipFrames; // Draw every n-th frame - int DriveType[4]; // Type of drive 8..11 - char DrivePath[4][256]; // Path for drive 8..11 char ViewPort[256]; // Size of the C64 screen to display (Win32)