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

Comparing Frodo4/Src/Prefs.h (file contents):
Revision 1.4 by cebix, 2004-01-12T14:58:42Z vs.
Revision 1.6 by cebix, 2004-01-14T17:26:29Z

# Line 1 | Line 1
1   /*
2   *  Prefs.h - 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 22 | Line 22
22   #define _PREFS_H
23  
24  
25 // Drive types
26 enum {
27        DRVTYPE_DIR,    // 1541 emulation in host file system
28        DRVTYPE_D64,    // 1541 emulation in .d64 file
29        DRVTYPE_T64             // 1541 emulation in .t64 file
30 };
31
32
25   // SID types
26   enum {
27          SIDTYPE_NONE,           // SID emulation off
# Line 72 | Line 64 | public:
64          int FloppyCycles;               // Available 1541 CPU cycles per line
65          int SkipFrames;                 // Draw every n-th frame
66  
75        int DriveType[4];               // Type of drive 8..11
76
67          char DrivePath[4][256]; // Path for drive 8..11
68  
69          char ViewPort[256];             // Size of the C64 screen to display (Win32)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines