1
0
Fork 0

added core_simple

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1921
This commit is contained in:
Sjoerd van der Berg 2004-08-23 12:19:52 +00:00
parent f7a6317328
commit cfec9cb464

View file

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