1
0
Fork 0
dosbox-staging/src/cpu
2019-04-19 17:07:26 +00:00
..
core_dyn_x86 Store whether generated code is 16 or 32 bit, so this information can be used when checking for self modifying code. Some code is identical except for being 32 or 16 bit. Fixes some hard to reproduce problems (with small codeblocks). Thanks jmarsh! 2019-04-19 12:16:14 +00:00
core_dynrec stop storing raw modrm value, as it isn't used any more. Should save an instruction on each get_modrm call. 2019-04-19 17:07:26 +00:00
core_full Update year and address of FSF 2019-01-25 14:09:58 +00:00
core_normal 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. 2019-04-01 22:06:11 +00:00
callback.cpp Acknowledge mouse interrupt before entering user routine; fixes sound stutter during mouse movement in Eye of the Beholder III and Casino Tournament of Champions. Clear button counters in the mouse driver reset function; prevents unintended skipping of intro in MechWarrior and others. 2019-02-04 15:15:58 +00:00
core_dyn_x86.cpp Store whether generated code is 16 or 32 bit, so this information can be used when checking for self modifying code. Some code is identical except for being 32 or 16 bit. Fixes some hard to reproduce problems (with small codeblocks). Thanks jmarsh! 2019-04-19 12:16:14 +00:00
core_dynrec.cpp Store whether generated code is 16 or 32 bit, so this information can be used when checking for self modifying code. Some code is identical except for being 32 or 16 bit. Fixes some hard to reproduce problems (with small codeblocks). Thanks jmarsh! 2019-04-19 12:16:14 +00:00
core_full.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
core_normal.cpp 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. 2019-04-01 22:06:11 +00:00
core_prefetch.cpp 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. 2019-04-01 22:06:11 +00:00
core_simple.cpp 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. 2019-04-01 22:06:11 +00:00
cpu.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
flags.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
instructions.h Update year and address of FSF 2019-01-25 14:09:58 +00:00
lazyflags.h Update year and address of FSF 2019-01-25 14:09:58 +00:00
Makefile.am add prefetch queue emulation 2008-05-21 21:29:32 +00:00
modrm.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
modrm.h Update year and address of FSF 2019-01-25 14:09:58 +00:00
paging.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00