minor debug code updates
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / emu_if.c
2011-03-16 notazminor debug code updates
2011-03-07 notazfrontend: fix valgrind errors
2011-02-28 notazgte_neon: hook into recompiler
2011-02-17 notazdrc: some PCSX-specific const addr io handlers
2011-01-28 notazcdrom: support cdda playback cursor and autopause/report
2011-01-26 notazdrc: invalidate RAM mirrors correctly
2011-01-25 notazcdrom: merge most of cdrom.c from latest pcsxr (r62214)
2011-01-23 notazdrc: don't leave until we really need to
2011-01-23 notazdrc: use correct clear size
2011-01-15 notazdrc: handle MTC0 in delay slot
2011-01-15 notazdrc: support RFE, remove ERET (it's not in r3k)
2010-12-27 notazsome debug code improvements
2010-12-22 notazupdate gpu DMA related code to pcsxr-svn Nov 28
2010-12-22 notazupdate mdec code to pcsxr-svn Nov 26
2010-12-22 notazdrc: improved interrupt code for emu_if
2010-12-21 notazcore: update to newer interrupt code, seems to affect...
2010-12-19 notazimproved memhandlers
2010-12-16 notazmenu: update file colors, fix a bug in emu_if
2010-12-16 notazdrc: use correct RAM size
2010-12-14 notazdrc: don't clear ARM caches on whole translation cache...
2010-12-14 notazdrc: hook even to detect irq unmasking
2010-12-14 notazfix x86 build, minor refactoring
2010-12-14 notazdrc: handle invalidate on clear() calls and reset
2010-12-14 notazimprove event handling again
2010-12-14 notazimprove event handling (still has problems though)
2010-12-06 notazdrc: small debug improvement
2010-12-05 notazdrc: use direct hle calls
2010-12-05 notazdrc: initial cop2/gte implementation (works, mostly)
2010-12-01 notazdrc: fix cycle counting, make it use single var
2010-12-01 notazdrc: further hacks, hle handling
2010-11-21 notazsome drc integration work