--- Frodo4/Src/Prefs.h 2003/07/09 13:51:13 1.3 +++ 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-2003 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 @@ -47,10 +39,10 @@ enum { }; -// Display types (BeOS) +// Display types enum { - DISPTYPE_WINDOW, // BWindow - DISPTYPE_SCREEN // BWindowScreen + DISPTYPE_WINDOW, // Window + DISPTYPE_SCREEN // Fullscreen }; @@ -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)