1
0
Fork 0

Improve prefetch and simple cores to not switch to normal core on trap execution. Fixes the demo version of Prehistorik 2 and similar cases that use the trap flag and prefetch tricks. Thanks NewRisingSun.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4201
This commit is contained in:
ripsaw8080 2019-04-01 22:06:11 +00:00
parent 687e3cf058
commit 3978e05909
6 changed files with 20 additions and 14 deletions

View file

@ -71,6 +71,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_Simple_Trap_Run(void);
Bits CPU_Core_Full_Run(void);
Bits CPU_Core_Dyn_X86_Run(void);
Bits CPU_Core_Dyn_X86_Trap_Run(void);