Age | Commit message (Expand) | Author |
2011-01-16 | bios: implement psxBios__card_chan | notaz |
2011-01-16 | bios: firstfile delivers an event on real bios, so do that | notaz |
2011-01-16 | drc: fix some goofage in cop2_{get,put}_dreg | notaz |
2011-01-16 | drc: allow reading r31 in delay slot | 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: allow move-to-r0 condition | notaz |
2011-01-16 | remove hle savestate restriction | notaz |
2011-01-16 | drc: rework bios fastboot hack a bit | notaz |
2011-01-16 | drc: check for r0 dest (it might be allocated) | notaz |
2011-01-16 | hack for bios write disable thing | notaz |
2011-01-16 | drc: hacks for psx bios on PCSX | 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 |
2011-01-10 | hack interpreter so that it can return to menu | notaz |
2010-12-30 | decouple input/frame limiter from GPU plugin | notaz |
2010-12-28 | bios: fix firstfile() return value | notaz |
2010-12-28 | drc: fix wrong address reg use in c2ls, small refactoring | notaz |
2010-12-28 | drc: fix BxxZAL | notaz |
2010-12-27 | drc: fix SWL/SWR confusion in do_unalignedwritestub | notaz |
2010-12-27 | some debug code improvements | notaz |
2010-12-27 | io asm: always write out to psxH, like C code does | notaz |
2010-12-25 | sync cdrom.h with pcsxr-svn | notaz |
2010-12-25 | cdriso: add hack for cdda pausing | notaz |
2010-12-23 | drc: map bios and fix dummy reads | notaz |
2010-12-23 | init some forgotten stuff | notaz |
2010-12-23 | update gpu DMA related code to pcsxr-svn Nov 28 | notaz |
2010-12-23 | update mdec code to pcsxr-svn Nov 26 | notaz |
2010-12-23 | drc: improved interrupt code for emu_if | notaz |
2010-12-22 | core: update to newer interrupt code, seems to affect timings too | notaz |
2010-12-21 | hack: use simple GTE division | notaz |
2010-12-19 | improved memhandlers | notaz |
2010-12-18 | drc: pass correct address to verify_code | notaz |
2010-12-18 | drc: don't compile 64bit loads/stores in 32bit mode | notaz |
2010-12-18 | drc: end block on syscall and hlecall, not insn after them | notaz |
2010-12-16 | menu: update file colors, fix a bug in emu_if | notaz |
2010-12-16 | cdriso: support multi-track .cue | notaz |
2010-12-16 | psxbios: make noisy bios prints optional | notaz |
2010-12-16 | cdriso: don't try to play audio if tracks are missing | notaz |
2010-12-16 | drc: use correct RAM size | notaz |
2010-12-16 | drc: fix: storelr should also use AGR | 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: hook even to detect irq unmasking | notaz |
2010-12-14 | fix x86 build, minor refactoring | notaz |
2010-12-14 | drc: handle invalidate on clear() calls and reset | notaz |
2010-12-14 | drc: allow recursive calls | notaz |
2010-12-14 | add OMAP layer, also preliminary menu, hud and input support | notaz |