aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec/pcsxmem.c
AgeCommit message (Collapse)Author
2015-01-03mingw build fixesnotaz
2014-12-20spu: rework synchronizationnotaz
2013-12-22(iOS) Work around clang crash when compiling libpcsxcor/new_dynarec/pcsxmem.c.meancoot
2013-03-15psxmem: handle io mirrorsnotaz
tested on real hardware (ignoring missing fault emulation) fixes Star Wars - Episode I
2013-01-06fix irq statusnotaz
tested on real hardware
2013-01-06fully reinit drc on changenotaz
2012-12-09pipe error messages through single functionnotaz
for easier redirection to file, logcat or whatever
2012-11-28clean up mmap hacksnotaz
still messy but perhaps beter
2012-08-04configure: various fixesnotaz
2012-08-03frontend/pollux: wiz: move tables to upper memory to free some RAMnotaz
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