1
0
Fork 0
dosbox-staging/src/cpu
2019-12-04 06:11:01 +01:00
..
core_dyn_x86 Fix wrong function name in the exception log 2019-12-04 06:11:01 +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 Refinements of commit 4291, so that precission can be specified as well and less fixed defines are used 2019-11-19 16:16:06 +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 Refinements of commit 4291, so that precission can be specified as well and less fixed defines are used 2019-11-19 16:16:06 +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