aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore
AgeCommit message (Collapse)Author
2013-03-15psxmem: handle io mirrorsnotaz
tested on real hardware (ignoring missing fault emulation) fixes Star Wars - Episode I
2013-03-15psxbios: merge from pcsxrnotaz
ckain's overflow fix (patch 13685)
2013-01-28ange how no memcards are specifiednotaz
empty string now just means "don't save/load"
2013-01-28psxmem: try to choose mem addresses more carefullynotaz
2013-01-28merge minor fixes from pcsxrnotaz
my own code..
2013-01-28cdriso: merge cdda code from pcsxrnotaz
my own code..
2013-01-18psxbios: handle u modifiernotaz
2013-01-18cdrom: move more handling to cdrInterruptnotaz
2013-01-18cdrom: cleanup, support errors, improve timingnotaz
most changes verified on real thing
2013-01-18cdrom: rewrite lid codenotaz
based on tests on real hardware
2013-01-13cdrom: some swap cd tuningnotaz
because last commit removed wrong read stop
2013-01-13cdrom: remove stopping on TNnotaz
breaks N2O, does not make sense too
2013-01-13cdrom: fix ID, againnotaz
2013-01-13cdrom: set proper reset valuesnotaz
fixes HLE
2013-01-13cdriso: improve .toc handlingnotaz
2013-01-11cdrom: minor cleanupnotaz
2013-01-11cdrom: fix IDnotaz
also adjust ReadTOC timing and logs
2013-01-06fix irq statusnotaz
tested on real hardware
2013-01-06fully reinit drc on changenotaz
2013-01-03cdrom: implement attenuator/volume properlynotaz
2013-01-03cdriso: handle file offsets betternotaz
2013-01-03cdriso: simplify read codenotaz
2013-01-03sbi: update according to Nocash docnotaz
no idea if it's correct though
2013-01-03cdrom: give up on cdda subq supportnotaz
this just won't currently work because atleast of: - reads racing with cdda thread - hw cdrom plugins - broken/unknown format .sub files
2013-01-03cdrom: attempt to deal with broken subq :(notaz
2013-01-03cdriso: fix .cue file parsingnotaz
2013-01-03cdrom: keep savestate compatnotaz
2013-01-03cdrom: clean up subq handlingnotaz
keep track of it at all times
2013-01-03cdrom: clean up play command handlingnotaz
Once again, based on mednafen/nocash.
2013-01-03cdrom: rework seek hacknotaz
2013-01-03frontend: remove unneeded hack optionsnotaz
2013-01-03cdrom: cleanup irq reschedule and pause hacksnotaz
2013-01-02cdrom: cleanup various hacksnotaz
Most decisions were made based on Mednafen source on Nocash doc, so all credits for hardware info go to Ryphecha/Nocash. A few things confirmed on real hardware by me.
2013-01-01cdrom: cleanup loggingnotaz
2013-01-01cdrom: tune and log stat hacknotaz
2012-12-27cdrom: fix irq checknotaz
2012-12-23drc: fix bugs in armv4 codepathnotaz
wasn't even passing BIOS because of them..
2012-12-21warning fixnotaz
2012-12-17make non-zlib save compression possiblenotaz
2012-12-11misc: make error message remind about common mistakenotaz
2012-12-09pipe error messages through single functionnotaz
for easier redirection to file, logcat or whatever
2012-12-09avoid bogus warningnotaz
2012-12-02rm x86 and ppc dynarec remainsnotaz
that code is broken and unmaintained in this fork, which now relies on new_dynarec instead. It's better to merge Ari64's new_dynarec x86 code if x86 support is desired.
2012-12-02improve ARM feature detectionnotaz
2012-12-02mave plugin and core shared includes to single locationnotaz
2012-11-28clean up mmap hacksnotaz
still messy but perhaps beter
2012-11-24initial Android supportToad King
2012-11-24cdrom: try different seeking approachnotaz
2012-11-24fix some more 32/64bit incompatibilitiesnotaz
2012-11-24gte: avoid fno-strict-aliasingnotaz