Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-11 | cdrom: fix ID | notaz | |
also adjust ReadTOC timing and logs | |||
2013-01-06 | fix irq status | notaz | |
tested on real hardware | |||
2013-01-06 | fully reinit drc on change | notaz | |
2013-01-03 | cdrom: implement attenuator/volume properly | notaz | |
2013-01-03 | cdriso: handle file offsets better | notaz | |
2013-01-03 | cdriso: simplify read code | notaz | |
2013-01-03 | sbi: update according to Nocash doc | notaz | |
no idea if it's correct though | |||
2013-01-03 | cdrom: give up on cdda subq support | notaz | |
this just won't currently work because atleast of: - reads racing with cdda thread - hw cdrom plugins - broken/unknown format .sub files | |||
2013-01-03 | cdrom: attempt to deal with broken subq :( | notaz | |
2013-01-03 | cdriso: fix .cue file parsing | notaz | |
2013-01-03 | cdrom: keep savestate compat | notaz | |
2013-01-03 | cdrom: clean up subq handling | notaz | |
keep track of it at all times | |||
2013-01-03 | cdrom: clean up play command handling | notaz | |
Once again, based on mednafen/nocash. | |||
2013-01-03 | cdrom: rework seek hack | notaz | |
2013-01-03 | frontend: remove unneeded hack options | notaz | |
2013-01-03 | cdrom: cleanup irq reschedule and pause hacks | notaz | |
2013-01-02 | cdrom: cleanup various hacks | notaz | |
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-01 | cdrom: cleanup logging | notaz | |
2013-01-01 | cdrom: tune and log stat hack | notaz | |
2012-12-27 | cdrom: fix irq check | notaz | |
2012-12-23 | drc: fix bugs in armv4 codepath | notaz | |
wasn't even passing BIOS because of them.. | |||
2012-12-21 | warning fix | notaz | |
2012-12-17 | make non-zlib save compression possible | notaz | |
2012-12-11 | misc: make error message remind about common mistake | notaz | |
2012-12-09 | pipe error messages through single function | notaz | |
for easier redirection to file, logcat or whatever | |||
2012-12-09 | avoid bogus warning | notaz | |
2012-12-02 | rm x86 and ppc dynarec remains | notaz | |
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-02 | improve ARM feature detection | notaz | |
2012-12-02 | mave plugin and core shared includes to single location | notaz | |
2012-11-28 | clean up mmap hacks | notaz | |
still messy but perhaps beter | |||
2012-11-24 | initial Android support | Toad King | |
2012-11-24 | cdrom: try different seeking approach | notaz | |
2012-11-24 | fix some more 32/64bit incompatibilities | notaz | |
2012-11-24 | gte: avoid fno-strict-aliasing | notaz | |
2012-11-24 | fix various warnings | notaz | |
the idea here was to disable them to avoid drifting from pcsx-reloaded, but there doesn't seems to be much need for syncing. | |||
2012-11-24 | fix ARM build with --disable-dynarec | notaz | |
2012-11-18 | cdrom: some subq hacks | notaz | |
2012-11-13 | cdrom: only need to read for cdda | notaz | |
otherwise it's already there? | |||
2012-11-13 | workaround pandora hugetlb bug, revert this later | notaz | |
2012-11-10 | psxcounters: refresh internal state after savestate load | notaz | |
fixes some glitching after pre-r14 save load | |||
2012-11-05 | sort out 32/64bit savestate compat issues | notaz | |
2012-11-04 | handle bad cd images better | notaz | |
2012-11-04 | cdriso: don't play data track | notaz | |
some refactoring too | |||
2012-11-03 | cdrom: read subq directly, not from thread | notaz | |
thread is doing 10 sectors at once, not that accurate.. | |||
2012-10-12 | use plat_mmap for RAM too | notaz | |
2012-09-13 | silence some 64bit related warnings | notaz | |
still need to fix savestate compat | |||
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-30 | fix various fPIC issues | notaz | |
2012-07-23 | cheat: add some undo logic | notaz | |