mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-15 20:46:55 +08:00
add stub constants and code for eventual support of 80186 level CPU
emulation.
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
|
||||
#define CPU_ARCHTYPE_MIXED 0xff
|
||||
#define CPU_ARCHTYPE_8086 0x05
|
||||
#define CPU_ARCHTYPE_80186 0x15
|
||||
#define CPU_ARCHTYPE_286 0x25
|
||||
#define CPU_ARCHTYPE_386 0x35
|
||||
#define CPU_ARCHTYPE_486OLD 0x40
|
||||
|
Reference in New Issue
Block a user