--- Frodo4/Src/Prefs.h 2004/01/12 15:13:20 1.5 +++ Frodo4/Src/Prefs.h 2005/06/27 19:55:48 1.7 @@ -1,7 +1,7 @@ /* * Prefs.h - Global preferences * - * Frodo (C) 1994-1997,2002-2004 Christian Bauer + * Frodo (C) 1994-1997,2002-2005 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 @@ -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)