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

Comparing BasiliskII/src/Windows/prefs_windows.cpp (file contents):
Revision 1.10 by gbeauche, 2006-04-23T15:40:23Z vs.
Revision 1.11 by gbeauche, 2006-04-30T21:46:31Z

# Line 41 | Line 41 | prefs_desc platform_prefs_items[] = {
41   #ifdef HAVE_SIGSEGV_SKIP_INSTRUCTION
42          {"ignoresegv", TYPE_BOOLEAN, false,    "ignore illegal memory accesses"},
43   #endif
44 +        {"idlewait", TYPE_BOOLEAN, false,      "sleep when idle"},
45          {"enableextfs", TYPE_BOOLEAN, false,   "enable extfs system"},
46          {"debugextfs", TYPE_BOOLEAN, false,    "debug extfs system"},
47          {"extdrives", TYPE_STRING, false,      "define allowed extfs drives"},
# Line 129 | Line 130 | void AddPlatformPrefsDefaults(void)
130   #ifdef HAVE_SIGSEGV_SKIP_INSTRUCTION
131          PrefsAddBool("ignoresegv", false);
132   #endif
133 +        PrefsAddBool("idlewait", true);
134          PrefsReplaceBool("etherpermanentaddress", true);
135          PrefsReplaceInt32("ethermulticastmode", 0);
136          PrefsReplaceString("ftp_port_list", "21");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines