Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-17 | psxmem: Reads of PIO Expansion area read all-ones. | gameblabla | |
Patch by senquack : "Fixes 'Tetris with Card Captor Sakura - Eternal Heart (Japan)' startup. Thanks to gameblabla for finding this issue and pointing out that Mednafen had a fix for it. It's adapted here in a much simpler form." | |||
2016-02-28 | psxmem: use rounding that's more likely to work | notaz | |
2015-03-25 | psxmem: fix error handling | notaz | |
also bump libpicofe for mmap fix | |||
2014-12-20 | psxmem: Add mman wrapper for Win32 and use it for PCSX ReARmed libretro Win32 | twinaphex | |
Conflicts: Makefile.libretro | |||
2014-12-06 | psxmem: remove hard requirement for a mapping | notaz | |
not all platforms have 1f800000 free not all mmap implementations use the addr hint.. | |||
2013-06-05 | psxmem: handle map failures so that it can be retried | notaz | |
2013-04-02 | avoid MAP_FIXED, log mappings | notaz | |
MAP_FIXED overrides existing mappings, we don't want that | |||
2013-03-25 | Add missing ifdef, move QNX RAM mapping closer to others | CatalystG | |
2013-03-25 | Add support for PlayBook/BB10 with libretro | CatalystG | |
2013-03-15 | Fix PSX unmap issue causing crash on exit | CatalystG | |
2013-03-15 | psxmem: handle io mirrors | notaz | |
tested on real hardware (ignoring missing fault emulation) fixes Star Wars - Episode I | |||
2013-01-28 | psxmem: try to choose mem addresses more carefully | notaz | |
2012-12-09 | avoid bogus warning | notaz | |
2012-11-28 | clean up mmap hacks | notaz | |
still messy but perhaps beter | |||
2012-10-12 | use plat_mmap for RAM too | notaz | |
2012-04-18 | support emulated RAM mapped at offset | notaz | |
Thanks to CatalystG for some initial code and testing. | |||
2011-10-16 | psxmem: set fixed flag on mappings that really need it | notaz | |
also fix unmap | |||
2011-10-10 | drc: implement memory access speculation | notaz | |
try to guess RAM mirror we are going to hit | |||
2011-09-23 | fix build on some ARM toolchains | notaz | |
R1 redefined.. | |||
2011-02-09 | psxmem: backport fixes from pcsxr | notaz | |
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-23 | drc: map bios and fix dummy reads | notaz | |
2010-11-21 | some drc integration work | notaz | |
2010-11-16 | pcsxr-1.9.92 | PCSX* teams | |