aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/psxinterpreter.c
AgeCommit message (Collapse)Author
2014-12-20psxinterpreter: don't break strict aliasing rulesnotaz
2011-10-30psxinterpreter: a bit more accurate Cause reg handlingnotaz
2011-10-30gte: parametrize remaining opsnotaz
at least the ones from C source, it looks like there could be more.
2011-10-30gte: pass a pointer to registers as argumentnotaz
no more need to load psxRegs in each function and all registers are reachable by ldrh/strh.
2011-10-08try to support more compilersnotaz
2011-09-23fix build on some ARM toolchainsnotaz
R1 redefined..
2011-07-08psxinterpreter: fix division by zeronotaz
Based on info from Ryphecha.
2011-03-10psxinterpreter: do interrupt test after doing target instructionSND\notaz_cp
otherwise in case interrupt happens, target insn is executed twice, causing occasional glitches in Tekken 2. Also clear branch flag for it - it's not in delay slot. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64369 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2011-02-09interpreter: backport fixes from pcsxrnotaz
shalma: - (nhyone) fix load delay bgez, bgezal Xenogears - psxinterpreter.c - lbu v1 - beq v1 = no load delay - fix battle loading (interpreter only)
2011-01-24interpreter: add handling for a branch in delay slotnotaz
2011-01-10hack interpreter so that it can return to menunotaz
2010-11-16pcsxr-1.9.92PCSX* teams