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

Comparing BasiliskII/src/AmigaOS/prefs_amiga.cpp (file contents):
Revision 1.5 by cebix, 2001-04-01T12:11:42Z vs.
Revision 1.6 by cebix, 2001-05-24T14:31:07Z

# Line 27 | Line 27
27   // Platform-specific preferences items
28   prefs_desc platform_prefs_items[] = {
29          {"sound", TYPE_STRING, false, "sound output mode description"},
30 +        {"scsimemtype", TYPE_INT32, false, "SCSI buffer memory type"},
31          {NULL, TYPE_END, false, NULL} // End of list
32   };
33  
# Line 84 | Line 85 | void SavePrefs(void)
85   void AddPlatformPrefsDefaults(void)
86   {
87          PrefsReplaceString("extfs", "WORK:");
88 +        PrefsAddInt32("scsimemtype", 0);
89   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines