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.3 by gbeauche, 2003-12-31T11:37:25Z vs.
Revision 1.7 by gbeauche, 2005-01-30T21:48:19Z

# Line 1 | Line 1
1   /*
2   *  prefs_items.cpp - Common preferences items
3   *
4 < *  SheepShaver (C) 1997-2002 Christian Bauer and Marc Hellwig
4 > *  SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig
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 54 | Line 54 | prefs_desc common_prefs_items[] = {
54          {"noclipconversion", TYPE_BOOLEAN, false, "don't convert clipboard contents"},
55          {"ignoresegv", TYPE_BOOLEAN, false, "ignore illegal memory accesses"},
56          {"jit", TYPE_BOOLEAN, false,        "enable JIT compiler"},
57 +        {"jit68k", TYPE_BOOLEAN, false,     "enable 68k DR emulator"},
58 +        {"keyboardtype", TYPE_INT32, false, "hardware keyboard type"},
59          {NULL, TYPE_END, false, NULL} // End of list
60   };
61  
# Line 82 | Line 84 | void AddPrefsDefaults(void)
84   #else
85          PrefsAddBool("jit", false);
86   #endif
87 +        PrefsAddBool("jit68k", false);
88 +
89 +    PrefsAddInt32("keyboardtype", 5);
90   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines