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

Comparing BasiliskII/src/prefs_items.cpp (file contents):
Revision 1.5 by cebix, 2001-04-01T12:11:42Z vs.
Revision 1.6 by cebix, 2001-07-12T19:48:25Z

# Line 43 | Line 43 | prefs_desc common_prefs_items[] = {
43          {"seriala", TYPE_STRING, false,   "device name of Mac serial port A"},
44          {"serialb", TYPE_STRING, false,   "device name of Mac serial port B"},
45          {"ether", TYPE_STRING, false,     "device name of Mac ethernet adapter"},
46 +        {"udptunnel", TYPE_BOOLEAN, false, "tunnel all network packets over UDP"},
47 +        {"udpport", TYPE_INT32, false,    "IP port number for tunneling"},
48          {"rom", TYPE_STRING, false,       "path of ROM file"},
49          {"bootdrive", TYPE_INT32, false,  "boot drive number"},
50          {"bootdriver", TYPE_INT32, false, "boot driver number"},
# Line 66 | Line 68 | prefs_desc common_prefs_items[] = {
68   void AddPrefsDefaults(void)
69   {
70          SysAddSerialPrefs();
71 +        PrefsAddBool("udptunnel", false);
72 +        PrefsAddInt32("udpport", 6066);
73          PrefsAddInt32("bootdriver", 0);
74          PrefsAddInt32("bootdrive", 0);
75          PrefsAddInt32("ramsize", 8 * 1024 * 1024);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines