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.7 by gbeauche, 2005-01-30T21:42:15Z vs.
Revision 1.9 by gbeauche, 2005-11-20T17:26:16Z

# Line 51 | Line 51 | prefs_desc platform_prefs_items[] = {
51          {"routerenabled", TYPE_BOOLEAN, false,          "enable NAT/Router module"},
52          {"ftp_port_list", TYPE_STRING, false,           "FTP ports list"},
53          {"tcp_port", TYPE_STRING, false,                "TCP ports list"},
54 +        {"portfile0", TYPE_STRING, false,               "output file for serial port 0"},
55 +        {"portfile1", TYPE_STRING, false,               "output file for serial port 1"},
56  
57          {NULL, TYPE_END, false, NULL} // End of list
58   };
# Line 130 | Line 132 | void AddPlatformPrefsDefaults(void)
132          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