1
0
Fork 0

add recompiling core that uses highlevel function calls

and the existing lazyflags system for better portability;
thanks to gulikoza for the x86_64 backend


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2865
This commit is contained in:
Sebastian Strohhäcker 2007-06-02 11:47:06 +00:00
parent 43de744e01
commit f65e8e5f09
15 changed files with 7637 additions and 3 deletions

View file

@ -58,6 +58,8 @@ Bits CPU_Core_Simple_Run(void);
Bits CPU_Core_Full_Run(void);
Bits CPU_Core_Dyn_X86_Run(void);
Bits CPU_Core_Dyn_X86_Trap_Run(void);
Bits CPU_Core_Dynrec_Run(void);
Bits CPU_Core_Dynrec_Trap_Run(void);
//CPU Stuff