Changed cpu core names
Changed the exception handling of far jmp/calls interrupts and some others Added x86 dynamic core startup code Some new defines to enable/disable the dynamic core Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1513
This commit is contained in:
parent
5cc3d9d24b
commit
23a4d8fe3d
11 changed files with 82 additions and 93 deletions
|
@ -3,7 +3,7 @@
|
|||
#define VERSION "0.60"
|
||||
|
||||
/* Define to 1 to enable internal debugger, requires libcurses */
|
||||
#define C_DEBUG 0
|
||||
#define C_DEBUG 1
|
||||
|
||||
/* Define to 1 to enable screenshots, requires libpng */
|
||||
#define C_SSHOT 1
|
||||
|
@ -14,6 +14,12 @@
|
|||
/* Enable some heavy debugging options */
|
||||
#define C_HEAVY_DEBUG 0
|
||||
|
||||
/* The type of cpu this host has */
|
||||
#define C_HOSTCPU X86
|
||||
|
||||
/* Define to 1 to use x86 dynamic cpu core */
|
||||
#define C_DYNAMIC_X86 1
|
||||
|
||||
/* Enable memory function inlining in */
|
||||
#define C_CORE_INLINE 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue