index
:
pcsx_rearmed
trimui-s
libretro core fork of pcsx_rearmed with trimui s support
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpcsxcore
/
new_dynarec
/
assem_arm.c
Age
Commit message (
Expand
)
Author
2011-01-16
drc: fix some goofage in cop2_{get,put}_dreg
notaz
2011-01-16
drc: handle MTC0 in delay slot
notaz
2011-01-16
drc: remove funcs from assert()s to allow NDEBUG build
notaz
2011-01-16
drc: check for r0 dest (it might be allocated)
notaz
2011-01-16
drc: don't read readmem_dword to r0 or on dummy reads
notaz
2011-01-16
drc: support RFE, remove ERET (it's not in r3k)
notaz
2011-01-16
drc: minor disassembly fixes
notaz
2010-12-27
drc: fix SWL/SWR confusion in do_unalignedwritestub
notaz
2010-12-18
drc: pass correct address to verify_code
notaz
2010-12-16
drc: use correct RAM size
notaz
2010-12-16
drc: implemented STL/STR stubs (at least I think I did)
notaz
2010-12-14
drc: don't clear ARM caches on whole translation cache - it's very slow
notaz
2010-12-14
drc: don't remove unused i/o reads because of FIFOs
notaz
2010-12-14
drc: allow xor imm 0
notaz
2010-12-05
drc: initial cop2/gte implementation (works, mostly)
notaz
2010-12-02
drc: further hacks, hle handling
notaz
2010-12-02
drc: attempt to support little endian
notaz
2010-11-24
drc: bugfix
notaz
2010-11-21
drc: trying to make it 32bit
notaz
2010-11-21
make sure all branches link
notaz
2010-11-20
try to make drc more configurable
notaz
2010-11-20
add unmodified Ari64 drc to track it's changes
notaz