added core_simple
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1921
This commit is contained in:
parent
f7a6317328
commit
cfec9cb464
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,7 @@ extern CPU_Decoder * cpudecoder;
|
|||
|
||||
Bits CPU_Core_Normal_Run(void);
|
||||
Bits CPU_Core_Normal_Trap_Run(void);
|
||||
Bits CPU_Core_Simple_Run(void);
|
||||
Bits CPU_Core_Full_Run(void);
|
||||
Bits CPU_Core_Dyn_X86_Run(void);
|
||||
|
||||
|
@ -415,5 +416,6 @@ INLINE void CPU_SetFlagsw(Bitu word) {
|
|||
CPU_SetFlags(word,mask);
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue