aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/sio.c
AgeCommit message (Collapse)Author
2019-03-10Fix memcard2 still detected by games when its supposed to be disabledretro-wertz
2015-11-18enhance neGcon compatibilityphaseIV
2013-01-28ange how no memcards are specifiednotaz
empty string now just means "don't save/load"
2012-12-17make non-zlib save compression possiblenotaz
2011-07-26sio: only do IRQ if it's bit has been clearednotaz
tested on the real thing.
2011-07-13sio: emulate "card not inserted" statenotaz
an idea from shalma. "no card" and response byte 1 behavior tested on real hardware.
2011-07-13sio: no DTR resets devicenotaz
tested on the real thing
2011-06-07enable Wall warnings by defaultnotaz
still disable it in some cases (instead of fixing) to avoid drifting from upstream projects too much.
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-12-14improve event handling againnotaz
2010-12-14improve event handling (still has problems though)notaz
2010-11-16pcsxr-1.9.92PCSX* teams