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:
parent
43de744e01
commit
f65e8e5f09
15 changed files with 7637 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue