add stub constants and code for eventual support of 80186 level CPU

emulation.
This commit is contained in:
Jonathan Campbell
2015-04-05 09:13:08 -07:00
parent 74bb1d661d
commit 202ff39f73
3 changed files with 21 additions and 5 deletions

View File

@@ -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