1
0
Fork 0
dosbox-staging/src/cpu
2009-03-29 17:32:20 +00:00
..
core_dyn_x86 Fix some warning and compilation on VS2003. 2009-03-29 17:32:20 +00:00
core_dynrec Fix some warning and compilation on VS2003. 2009-03-29 17:32:20 +00:00
core_full Fix some warning and compilation on VS2003. 2009-03-29 17:32:20 +00:00
core_normal Fix some warning and compilation on VS2003. 2009-03-29 17:32:20 +00:00
callback.cpp clear direction flag when entering ps2 irq routine (needed when irq happens if direction flag is set and the 2009-03-03 18:30:41 +00:00
core_dyn_x86.cpp improve page protection handling 2007-11-24 17:26:48 +00:00
core_dynrec.cpp ability to cache register/segment register pointer in host register for the recompiler (M-HT, implemented for arm backends) 2008-09-19 16:48:03 +00:00
core_full.cpp Happy New Year\! 2007-01-08 19:45:42 +00:00
core_normal.cpp Change logging message to always display things in twofault. 2008-08-27 16:21:30 +00:00
core_prefetch.cpp add prefetch queue emulation 2008-05-21 21:29:32 +00:00
core_simple.cpp Add beta2 patch: merge in old trap skip logic again; give trap priority over hw interrupts 2007-01-09 17:18:52 +00:00
cpu.cpp adjust debug checking for int/call functions 2009-03-16 18:10:08 +00:00
flags.cpp fix some undocumented flags settings (thanks to hal for his comparisons); 2007-06-28 10:53:05 +00:00
instructions.h Fix ROR byte flag calculations. (thank you h-a-l-9000 for your help in determing which instruction was broken) 2008-08-19 13:59:24 +00:00
lazyflags.h fix some undocumented flags settings (thanks to hal for his comparisons); 2007-06-28 10:53:05 +00:00
Makefile.am add prefetch queue emulation 2008-05-21 21:29:32 +00:00
modrm.cpp Happy New Year\! 2007-01-08 19:45:42 +00:00
modrm.h Happy New Year\! 2007-01-08 19:45:42 +00:00
paging.cpp fake page dirtying in some cases for memory reads if later writes can not be caught 2008-12-04 21:09:32 +00:00