aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/psxmem.c
AgeCommit message (Expand)Author
2020-02-18Add fallback addresses so second instance runahead can workZachary Cook
2020-02-09Update psxmem.cTwinaphex
2020-02-08pcsxmem: mmap RAM/BIOS/scratchpad to better locationsPaul Cercueil
2019-02-17psxmem: Reads of PIO Expansion area read all-ones.gameblabla
2016-02-28psxmem: use rounding that's more likely to worknotaz
2015-03-25psxmem: fix error handlingnotaz
2014-12-20psxmem: Add mman wrapper for Win32 and use it for PCSX ReARmed libretro Win32twinaphex
2014-12-06psxmem: remove hard requirement for a mappingnotaz
2013-06-05psxmem: handle map failures so that it can be retriednotaz
2013-04-02avoid MAP_FIXED, log mappingsnotaz
2013-03-25Add missing ifdef, move QNX RAM mapping closer to othersCatalystG
2013-03-25Add support for PlayBook/BB10 with libretroCatalystG
2013-03-15Fix PSX unmap issue causing crash on exitCatalystG
2013-03-15psxmem: handle io mirrorsnotaz
2013-01-28psxmem: try to choose mem addresses more carefullynotaz
2012-12-09avoid bogus warningnotaz
2012-11-28clean up mmap hacksnotaz
2012-10-12use plat_mmap for RAM toonotaz
2012-04-18support emulated RAM mapped at offsetnotaz
2011-10-16psxmem: set fixed flag on mappings that really need itnotaz
2011-10-10drc: implement memory access speculationnotaz
2011-09-23fix build on some ARM toolchainsnotaz
2011-02-09psxmem: backport fixes from pcsxrnotaz
2010-12-23drc: map bios and fix dummy readsnotaz
2010-11-21some drc integration worknotaz
2010-11-16pcsxr-1.9.92PCSX* teams