1
0
Fork 0
dosbox-staging/src/cpu
2008-12-04 21:09:32 +00:00
..
core_dyn_x86 fix/work around some gcc Wall warnings 2008-08-06 18:34:21 +00:00
core_dynrec keep it compiling 2008-09-19 20:18:21 +00:00
core_full adjust cycles for short-running string loops (thanks to ripsaw for pointing this out); fixes some gunship2000 flaws 2008-10-09 20:37:08 +00:00
core_normal adjust cycles for short-running string loops (thanks to ripsaw for pointing this out); fixes some gunship2000 flaws 2008-10-09 20:37:08 +00:00
callback.cpp add mouse driver backdoor entry point (enables mouse in Last half of Darkness, PC-BLOX) 2007-06-03 16:46:33 +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 fix/work around some gcc Wall warnings 2008-08-06 18:34:21 +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