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

Comparing SheepShaver/src/prefs_items.cpp (file contents):
Revision 1.10 by gbeauche, 2008-01-01T09:47:38Z vs.
Revision 1.11 by asvitkine, 2009-07-20T18:50:28Z

# Line 54 | Line 54 | prefs_desc common_prefs_items[] = {
54          {"nogui", TYPE_BOOLEAN, false,      "disable GUI"},
55          {"noclipconversion", TYPE_BOOLEAN, false, "don't convert clipboard contents"},
56          {"ignoresegv", TYPE_BOOLEAN, false, "ignore illegal memory accesses"},
57 +        {"ignoreillegal", TYPE_BOOLEAN, false, "ignore illegal instructions"},
58          {"jit", TYPE_BOOLEAN, false,        "enable JIT compiler"},
59          {"jit68k", TYPE_BOOLEAN, false,     "enable 68k DR emulator"},
60          {"keyboardtype", TYPE_INT32, false, "hardware keyboard type"},
# Line 80 | Line 81 | void AddPrefsDefaults(void)
81          PrefsAddBool("nogui", false);
82          PrefsAddBool("noclipconversion", false);
83          PrefsAddBool("ignoresegv", false);
84 +        PrefsAddBool("ignoreillegal", false);
85  
86   #if USE_JIT
87          // JIT compiler specific options
# Line 89 | Line 91 | void AddPrefsDefaults(void)
91   #endif
92          PrefsAddBool("jit68k", false);
93  
94 <    PrefsAddInt32("keyboardtype", 5);
94 >        PrefsAddInt32("keyboardtype", 5);
95   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines