aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec/pcsxmem.c
AgeCommit message (Collapse)Author
2011-10-30drc: do MVMVA decoding; parametrize handlersnotaz
2011-10-30inline/parametrize rootcounter readsnotaz
makes rcnt1 hack impossible though, overclock PSX instead
2011-10-10get rid of old memhandlersnotaz
2011-10-08rewrite memhandlers (write)notaz
2011-10-04rewrite memhandlers (read)notaz
2011-07-08dma: more accurate ICR register handlingnotaz
based on tests on ther real thing.
2011-03-08pcsxmem: fix ro write handlernotaz
also refactor things a bit (as usual)
2011-02-17drc: merge Ari64's patch: 10_unnecessary_invalidatenotaz
also adjust memhandlers to do inv checks as recompiler no longer does them for unknown writes.
2011-01-16hack for bios write disable thingnotaz
2010-12-23drc: map bios and fix dummy readsnotaz
2010-12-22core: update to newer interrupt code, seems to affect timings toonotaz
pcsxr-svn commit: Author: weimingzhi Date: Sat Aug 7 23:52:44 2010 +0000 refactored the interrupt scheduling code a bit to make it a little more readable than using those "magic" numbers.
2010-12-19improved memhandlersnotaz