aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/r3000a.c
AgeCommit message (Collapse)Author
2020-02-09(Android) Aarch64/x86/x64 now has lightrec supporttwinaphex
2019-08-02Rename PACKAGE_VERSION to PCSX_VERSIONretro-wertz
- this should silence warning for another PACKAGE_VERSION define used for flac - PACKAGE_VERSION is not used within pcsx other than version logging. Savestate does not check for this and is using another define for savestate version number.
2017-04-07Remove dead non retroarch platforms, prepare for second memcardmeepingsnesroms
2014-12-20spu: add a schedule callbacknotaz
2011-10-30psxinterpreter: a bit more accurate Cause reg handlingnotaz
2011-10-30gte: change gte irq workaroundnotaz
This should be closer to what happens on the real thing. Special thanks to Ryphecha for the idea.
2011-06-07r3000a: don't patch RAM to work around BIOSnotaz
BIOS steps over if GTE instructions are interrupted, we must work around that since we don't emulate the pipeline. Previous workaround sucks since it hacks emulated RAM..
2011-03-22r3000a: reset cpu after setting up registersnotaz
drc depends on some of them
2011-01-28cdrom: support cdda playback cursor and autopause/reportnotaz
some differences from PCSX-Reloaded version
2011-01-26cdrom: merge most of cdrom.c from latest pcsxr (r62214)notaz
most changes pulled are shalma's work
2010-12-23update gpu DMA related code to pcsxr-svn Nov 28notaz
mostly authored by shalma, some by weimingzhi.
2010-12-23update mdec code to pcsxr-svn Nov 26notaz
lots of patches from shalma and gschwnd.
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-11-16pcsxr-1.9.92PCSX* teams