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.9 by nigel, 2003-08-16T03:28:56Z vs.
Revision 1.10 by gbeauche, 2003-10-14T10:29:17Z

# Line 62 | Line 62 | prefs_desc common_prefs_items[] = {
62          {"jitdebug", TYPE_BOOLEAN, false,    "enable JIT debugger (requires mon builtin)"},
63          {"jitcachesize", TYPE_INT32, false,  "translation cache size in KB"},
64          {"jitlazyflush", TYPE_BOOLEAN, false, "enable lazy invalidation of translation cache"},
65 +        {"jitblacklist", TYPE_STRING, false, "blacklist opcodes from translation"},
66          {"keyboardtype", TYPE_INT32, false, "hardware keyboard type"},
67          {NULL, TYPE_END, false, NULL} // End of list
68   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines