1
0
Fork 0
dosbox-staging/src/cpu
Patryk Obara ce1deb1516 Silence a number of switch warnings
Avoid "default" case when only 1-2 enumarations are missing.
2019-11-16 04:31:19 +01:00
..
core_dyn_x86 Silence a number of switch warnings 2019-11-16 04:31:19 +01:00
core_dynrec Import svn:ignore props to .gitignore files 2019-09-15 20:34:57 +02:00
core_full Import svn:ignore props to .gitignore files 2019-09-15 20:34:57 +02:00
core_normal Import svn:ignore props to .gitignore files 2019-09-15 20:34:57 +02:00
.gitignore Import svn:ignore props to .gitignore files 2019-09-15 20:34:57 +02: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 A little cleanup and small speed up (jmarsh) 2019-10-10 15:54:19 +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 fix externals. 2019-10-19 20:08:46 +00:00
flags.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
instructions.h Fix flag behaviour of several shift/rotate instructions, cause exceptions and fix potention 'pop ss' problems 2019-09-08 12:42:21 +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