mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Add cputype=experimental to provide cputype that others can add newer instructions to that do not exist on the era of CPU DOSBox-X normally emulates, such as FISTTP which is an SSE3 instruction introduced on the Pentium 4
This commit is contained in:
@@ -32,7 +32,11 @@
|
||||
#define CPU_CYCLES_LOWER_LIMIT 200
|
||||
|
||||
|
||||
#define CPU_ARCHTYPE_MIXED 0xff
|
||||
/* NTS: MIXED is not EXPERIMENTAL. Do not enable EXPERIMENTAL level instructions in "auto" aka MIXED mode.
|
||||
* For example, FISTTP is a Pentium 4 SSE3 instruction, which does not belong in MIXED mode, but users
|
||||
* have requested it's addition for some 256-byte DOS demos that use it. */
|
||||
#define CPU_ARCHTYPE_EXPERIMENTAL 0xff
|
||||
#define CPU_ARCHTYPE_MIXED 0xfe
|
||||
#define CPU_ARCHTYPE_8086 0x05
|
||||
#define CPU_ARCHTYPE_80186 0x15
|
||||
#define CPU_ARCHTYPE_286 0x25
|
||||
|
Reference in New Issue
Block a user