aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec/pcsxmem.c
AgeCommit message (Collapse)Author
2012-07-22pcsxmem: abort if lsb is set for map_itemnotaz
thing's can't possibly work with that.
2012-01-01change lcf handlingnotaz
not quite right but better than before, I hope
2011-12-05move some gpu status handling to corenotaz
this removes need to update each gpu plugin when this stuff is changed
2011-10-30drc: some debug code improvementsnotaz
2011-10-30rcnt: remove gate guess for cnt 0 and 1notaz
at least 1 is wrong according to Ryphecha's info, and breaks at least Wipeout XL.
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