ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SIDPlayer/src/prefs_items.cpp
(Generate patch)

Comparing SIDPlayer/src/prefs_items.cpp (file contents):
Revision 1.1 by cebix, 2001-01-04T19:54:13Z vs.
Revision 1.2 by cebix, 2001-01-16T14:12:54Z

# Line 45 | Line 45 | prefs_desc common_prefs_items[] = {
45          {"v4pan", TYPE_INT32, false},                   // Panning sampled voice (-0x100..0x100 = left..right)
46          {"dualsep", TYPE_INT32, false},                 // Dual-SID stereo separation (0..0x100 = 0..100%)
47          {"replayfreq", TYPE_INT32, false},              // Frequency at which 6510 replay routine is called in Hz
48 +        {"speed", TYPE_INT32, false},                   // Speed adjustment (percent)
49          {NULL, TYPE_END, false} // End of list
50   };
51  
# Line 76 | Line 77 | void AddPrefsDefaults(void)
77          PrefsAddInt32("v4pan", 0);
78          PrefsAddInt32("dualsep", 0x80);
79          PrefsAddInt32("replayfreq", 50);
80 +        PrefsAddInt32("speed", 100);
81   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines