Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-03 | mingw build fixes | notaz | |
2014-12-20 | spu: rework synchronization | notaz | |
2013-12-22 | (iOS) Work around clang crash when compiling libpcsxcor/new_dynarec/pcsxmem.c. | meancoot | |
2013-03-15 | psxmem: handle io mirrors | notaz | |
tested on real hardware (ignoring missing fault emulation) fixes Star Wars - Episode I | |||
2013-01-06 | fix irq status | notaz | |
tested on real hardware | |||
2013-01-06 | fully reinit drc on change | notaz | |
2012-12-09 | pipe error messages through single function | notaz | |
for easier redirection to file, logcat or whatever | |||
2012-11-28 | clean up mmap hacks | notaz | |
still messy but perhaps beter | |||
2012-08-04 | configure: various fixes | notaz | |
2012-08-03 | frontend/pollux: wiz: move tables to upper memory to free some RAM | notaz | |
2012-07-22 | pcsxmem: abort if lsb is set for map_item | notaz | |
thing's can't possibly work with that. | |||
2012-01-01 | change lcf handling | notaz | |
not quite right but better than before, I hope | |||
2011-12-05 | move some gpu status handling to core | notaz | |
this removes need to update each gpu plugin when this stuff is changed | |||
2011-10-30 | drc: some debug code improvements | notaz | |
2011-10-30 | rcnt: remove gate guess for cnt 0 and 1 | notaz | |
at least 1 is wrong according to Ryphecha's info, and breaks at least Wipeout XL. | |||
2011-10-30 | drc: do MVMVA decoding; parametrize handlers | notaz | |
2011-10-30 | inline/parametrize rootcounter reads | notaz | |
makes rcnt1 hack impossible though, overclock PSX instead | |||
2011-10-10 | get rid of old memhandlers | notaz | |
2011-10-08 | rewrite memhandlers (write) | notaz | |
2011-10-04 | rewrite memhandlers (read) | notaz | |
2011-07-08 | dma: more accurate ICR register handling | notaz | |
based on tests on ther real thing. | |||
2011-03-08 | pcsxmem: fix ro write handler | notaz | |
also refactor things a bit (as usual) | |||
2011-02-17 | drc: merge Ari64's patch: 10_unnecessary_invalidate | notaz | |
also adjust memhandlers to do inv checks as recompiler no longer does them for unknown writes. | |||
2011-01-16 | hack for bios write disable thing | notaz | |
2010-12-23 | drc: map bios and fix dummy reads | notaz | |
2010-12-22 | core: update to newer interrupt code, seems to affect timings too | notaz | |
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-19 | improved memhandlers | notaz | |