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.3 by cebix, 2003-07-09T13:51:13Z vs.
Revision 1.8 by cebix, 2010-04-21T22:05:38Z

# Line 1 | Line 1
1   /*
2   *  Prefs.h - Global preferences
3   *
4 < *  Frodo (C) 1994-1997,2002-2003 Christian Bauer
4 > *  Frodo Copyright (C) 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 47 | Line 39 | enum {
39   };
40  
41  
42 < // Display types (BeOS)
42 > // Display types
43   enum {
44 <        DISPTYPE_WINDOW,        // BWindow
45 <        DISPTYPE_SCREEN         // BWindowScreen
44 >        DISPTYPE_WINDOW,        // Window
45 >        DISPTYPE_SCREEN         // Fullscreen
46   };
47  
48  
# Line 60 | Line 52 | public:
52          Prefs();
53          bool ShowEditor(bool startup, char *prefs_name);
54          void Check(void);
55 <        void Load(char *filename);
56 <        bool Save(char *filename);
55 >        void Load(const char *filename);
56 >        bool Save(const char *filename);
57  
58          bool operator==(const Prefs &rhs) const;
59          bool operator!=(const Prefs &rhs) const;
# 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