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.8 by gbeauche, 2002-09-17T16:06:37Z vs.
Revision 1.11 by cebix, 2004-01-12T15:29:22Z

# Line 1 | Line 1
1   /*
2   *  prefs_items.cpp - Common preferences items
3   *
4 < *  Basilisk II (C) 1997-2002 Christian Bauer
4 > *  Basilisk II (C) 1997-2004 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# 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   };
69  
# Line 97 | Line 99 | void AddPrefsDefaults(void)
99   #else
100          PrefsAddBool("jit", false);
101   #endif
102 +
103 +    PrefsAddInt32("keyboardtype", 5);
104   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines