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.8 by gbeauche, 2005-06-20T08:43:50Z vs.
Revision 1.10 by gbeauche, 2006-04-23T15:40:23Z

# Line 45 | Line 45 | prefs_desc platform_prefs_items[] = {
45          {"debugextfs", TYPE_BOOLEAN, false,    "debug extfs system"},
46          {"extdrives", TYPE_STRING, false,      "define allowed extfs drives"},
47          {"pollmedia", TYPE_BOOLEAN, false,     "poll for new media (e.g. cd, floppy)"},
48 +        {"etherguid", TYPE_STRING, false,      "GUID of the ethernet device to use"},
49          {"etherpermanentaddress", TYPE_BOOLEAN, false,  "use permanent NIC address to identify itself"},
50          {"ethermulticastmode", TYPE_INT32, false,       "how to multicast packets"},
51          {"etherfakeaddress", TYPE_STRING, false,        "optional fake hardware address"},
# Line 130 | Line 131 | void AddPlatformPrefsDefaults(void)
131   #endif
132          PrefsReplaceBool("etherpermanentaddress", true);
133          PrefsReplaceInt32("ethermulticastmode", 0);
133        PrefsReplaceBool("routerenabled", false);
134          PrefsReplaceString("ftp_port_list", "21");
135 +        PrefsReplaceString("seriala", "COM1");
136 +        PrefsReplaceString("serialb", "COM2");
137          PrefsReplaceString("portfile0", "C:\\B2TEMP0.OUT");
138          PrefsReplaceString("portfile1", "C:\\B2TEMP1.OUT");
139   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines