aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/psxhw.c
AgeCommit message (Collapse)Author
2014-12-20spu: rework synchronizationnotaz
2013-01-06fix irq statusnotaz
tested on real hardware
2012-12-17make non-zlib save compression possiblenotaz
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-07-08dma: more accurate ICR register handlingnotaz
based on tests on ther real thing.
2011-02-09psxmem: backport fixes from pcsxrnotaz
shalma: Duke Nukem - Land of Babes - psxmem.c - Clear correct dynarec area - Fixes Paradox intro crash Dukes of Hazard 2 - psxhw.c - 32-bit spu write - fix engine noise
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-14drc: hook even to detect irq unmaskingnotaz
2010-11-16pcsxr-1.9.92PCSX* teams