1
0
Fork 0

fix some trapflag bugs, add partial trapflag handling to the dynamic core

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2655
This commit is contained in:
Sebastian Strohhäcker 2006-06-20 17:14:04 +00:00
parent 3f792c66af
commit e3fe68c847
6 changed files with 25 additions and 21 deletions

View file

@ -45,6 +45,7 @@ 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);
Bits CPU_Core_Dyn_X86_Trap_Run(void);
//CPU Stuff