cdrom: cleanup irq reschedule and pause hacks
[pcsx_rearmed.git] / libpcsxcore /
2011-10-09 notazpsxcounters: change spu update ~2ms
2011-10-09 notazdrc: check for interrupts after RFE
2011-10-09 notaznew ability to adjust psx cpu clock
2011-10-09 notazget rid of old memhandlers
2011-10-09 notazdrc: remove some old inline memhandlers
2011-10-09 notazdrc: implement memory access speculation
2011-10-08 notazdrc: implement shiftimm constant propagation
2011-10-08 notazrecompilation-caused frameskip workaround
2011-10-08 notazspu/cdda: sync cdda to spu playback
2011-10-08 notaztry to support more compilers
2011-10-08 notazrewrite memhandlers (write)
2011-10-04 notazrewrite memhandlers (read)
2011-10-02 notazyet more random armv5 tweaks
2011-09-29 notazgte_arm: implement RTPS, RTPT
2011-09-26 notazpsxcounters: avoid update on each hsync
2011-09-26 notazdrc: do gte flag liveness detection
2011-09-26 notazgte: split arm code for pollux, generate flagless handlers
2011-09-25 notazgte: switch divider back to table
2011-09-24 notazdrc: fix PCSX HLE hack for armv5
2011-09-23 notazsupport armv5 build
2011-09-23 notazfix build on some ARM toolchains
2011-09-22 notazdrc: do modification check in smaller than page granularity
2011-09-19 notazdrc: make sure dyna_linker is really called from stub
2011-09-19 notazdrc: load ra before SD only when needed
2011-09-19 notazdrc: handle $ra access in JALR DS too
2011-09-19 notazdrc: fix $ra evicting on JAL
2011-09-19 notazRevert "drc: ujump DS $ra overwrite fix?"
2011-08-12 notazadd guncon support
2011-08-01 notazdrc: fix page get code in linkage_arm.s
2011-07-26 notazsio: only do IRQ if it's bit has been cleared
2011-07-14 notazcdrom: partially implement attenuation
2011-07-12 notazmisc: invaliadte dynarec on HLE file loads
2011-07-12 notazdrc: fix SP mirror hack
2011-07-12 notazdrc: redo fastboot hack
2011-07-12 notazsio: emulate "card not inserted" state
2011-07-12 notazsio: no DTR resets device
2011-07-12 notazcdriso: handle eboot and it's TOC, some refactoring
2011-07-12 notazpsxcounters: merge shalma's suggestion
2011-07-12 notazcdrom: merge shalma's suggestions
2011-07-07 notazgte_neon: fix MAC0 shift
2011-07-07 notazgte: fix MAC0 shift (pcsxr issue #8874, shalma)
2011-07-07 notazdma: more accurate ICR register handling
2011-07-07 notazdma: don't generate irqs after aborted DMA
2011-07-07 notazdrc: ifdef out one more 64bit instruction
2011-07-07 notazcdrom: make read reschedule optional
2011-07-07 notazcdrom: replace resched hack with another one
2011-07-07 notazdrc: handle division by 0 correctly
2011-07-07 notazpsxinterpreter: fix division by zero
2011-07-07 notazgpus: return DMA word count to avoid 1 list walk
2011-07-07 notazppf.c: backport fix from pcsxr
2011-07-07 notazdrc: merge Ari64's patch: 21_debugging_stuff
2011-07-07 notazdrc: merge Ari64's patch: 20_delay_slot_64bit_register_fix
2011-07-07 notazdrc: merge Ari64's patch: 19_arm_typos
2011-07-07 notazdrc: merge Ari64's patch: 18_loop_preload_fix
2011-07-07 notazdrc: merge part of old Ari64's patch: 09_tlb_offset
2011-07-07 notazdrc: merge Ari64's patch: 17_branch_target_liveness_ana...
2011-07-07 notazdrc: merge Ari64's patch: 16_continue_after_branch_into...
2011-07-07 notazdrc: merge Ari64's patch: 15_dirty_registers_fix
2011-07-07 notazdrc: merge Ari64's patch: 14_dont_save_or_restore_temporary
2011-07-07 notazdrc: merge Ari64's patch: 13_dummy_loads
2011-07-07 notazdrc: merge Ari64's patch: 12_cycle_count
2011-07-07 notazdrc: merge Ari64's patch: 11_dealloc_reg_clear_const_flag
2011-07-07 notazdrc: merge Ari64's patch: 04_constant_address_pagefaults
2011-07-07 notazdrc: merge Ari64's patch: 03_needed_again
2011-07-07 notazdrc: merge Ari64's patch: 01_year_2011
2011-07-07 notazcdrom: remove play pregap hack
2011-07-07 notazcdriso: handle pregap read/play
2011-07-07 notazcdriso: handle TOC and track timing better
2011-06-14 notazdrc: re-add bt part that was removed with pass7
2011-06-07 notazenable Wall warnings by default
2011-06-07 notazpsxbios: fix some -Wall warnings
2011-06-07 notazdrc: comment out some broken code
2011-06-07 notazdrc: init vars that gcc thinks can be used uninitialize...
2011-06-07 notazdrc: fix warning in my code
2011-06-07 notazr3000a: don't patch RAM to work around BIOS
2011-06-06 notazcdrom: do a NULL check, some plugins may return that
2011-04-04 notazplugins: expand GPUvBlank to pass hcounter pointer
2011-03-22 notazr3000a: reset cpu after setting up registers
2011-03-22 notazdrc: start in more consistent state
2011-03-21 notaztry to align timing with LCD refresh
2011-03-19 notazdrc: try even more to not compile code as 64bit
2011-03-17 notazdrc: ujump DS $ra overwrite fix?
2011-03-16 notazminor debug code updates
2011-03-15 notazdrc: hack for stack-in-RAM-mirror case
2011-03-14 notazdrc: implement ra accesses in ujump DS
2011-03-14 notazcdrom: merge a fix from PCSX-Reloaded
2011-03-13 notazcdrom: restore cdrWrite3 reschedule
2011-03-09 SND\notaz_cppsxinterpreter: do interrupt test after doing target...
2011-03-09 notazdrc: handle some load delay cases with interpreter
2011-03-08 notazpcsxmem: fix ro write handler
2011-03-08 notazdrc: update invalid_code for RAM when mirrors are touched
2011-03-07 notazdrc: fix valgrind errors
2011-03-07 notazdrc: rm unneeded writebacks in stubs, as suggested...
2011-03-07 notazfrontend: fix valgrind errors
2011-03-01 notazdrc: clear dynarec completely on CD image change
2011-02-28 notazgte_neon: hook into recompiler
2011-02-28 notazgte_neon: implement MVMVA, some fixes
2011-02-25 notazgte_neon: trying to improve code
2011-02-25 notazgte_neon: implement RTPS and NCLIP
2011-02-22 notazgte: starting some NEON code
next