platform ps2, handle audio similar to psp
[picodrive.git] / cpu /
2024-07-02 kubadd/update copyright notices for substantially changed...
2024-06-27 kubsh2 drc, fix TAS instruction, some cleanup
2024-06-27 kubsh2 drc, minor optimization for x86 backend
2024-06-20 kubsh2 drc, minor fix for x86 backend
2024-06-15 kub68k, minor debug fix for fame
2024-06-14 kubsh2 drc, several bug fixes
2024-06-02 kub32x, fixes for comparing cycles
2024-06-02 kubsh2 drc, fix mul/add saturation
2024-06-02 kubsh2 drc, small fixes (cycle counting, invalidation)
2024-05-19 kubsh2 drc, fix conditional immediate for armv7
2024-03-26 kubcore 68k, fix compiler warning in fame
2024-03-18 kubdrc: only use 64kb aligned tcache_default if on arm...
2024-03-14 kubcore 68k, make musashi timing more similar to fame
2024-03-14 kubcore 68k, minor improvement for division in fame
2024-03-10 kub68k, some fixes for musashi
2024-03-09 notazdrc: align tcache_default to 64k on arm
2024-03-07 kubcore, fix 68k cycles in cyclone,fame (exceptions,bit...
2024-03-07 kubcore, fix crash bug in DrZ80 (SP wrap)
2024-03-02 kubcore, another fix for z80 reset
2024-02-22 kubcore, fix z80 irq handling, reset defaults (cz80, drz80)
2023-09-03 kubMerge pull request #88 from 'upstream/irixxxx'
2023-07-03 kubz80, minor fixes to drz80 + cz80 to bring them in sync
2023-05-01 kubsh2 drc, cleanup and minor fixes (risc-v, division...
2023-04-11 kubsvp drc, fix crash in jump patch
2023-03-07 kubsh2 drc, fix 64 bit multiplication in ppc and riscv...
2023-01-12 kubsh2 drc, minor improvement for PS3 ABI handling
2023-01-12 OsirizXApply some cleanups to the abicall macros
2023-01-12 OsirizXAdd dynarec support for PS3
2023-01-09 kubsh2 drc, wrap generated function ptrs if called from...
2022-12-20 kub32x, hacks for roms with caching related problems
2022-11-25 kubRevert 4ec1247 as it cause more troubles than it solves
2022-11-21 kubsh2 drc, minor fix for arg passing in calls from genera...
2022-11-21 kub32x, tentative kludge for blackthorne
2022-10-06 kubsh2 drc, fix bug in jump patching for arm64
2022-05-04 kubz80, improve cz80+drz80 compatibility
2022-05-01 kubz80: fix AF pop+push in DrZ80 (F bits 3+5 stack value...
2022-04-19 kubMerge from libretro/master:7ff457f for repo synchronization
2022-04-19 kubsh2 drc, improve cycle resolution for poll detection
2022-02-09 kubMerge remote-tracking branch 'upstream/master'
2022-01-26 kubsh2 drc, optimisation for mips,riscv
2022-01-22 notazMerge pull request #133 from orbea/doc
2022-01-22 orbeafame: Add html file with terms of use
2022-01-22 orbeacz80: Add missing readme.txt with license information
2022-01-19 kubsh2 drc, fixes for mips, ppc, i386 backends (mostly...
2022-01-17 kubsh2 drc, fix riscv backend
2022-01-05 kubdrc, tiny x86 optimisation
2021-12-14 kubz80, DrZ80: another fix for EABI stack alignment
2021-12-14 kubz80, DrZ80: save/restore cycles for IN/OUT, fix EABI...
2021-11-14 kubsh2 drc, fix arm32 ld/st offset for -256
2021-10-25 kubz80, fix for cz80 handling of A register
2021-10-08 kubz80, some cz80 cleanup
2021-10-06 kubz80, fix sms interrupt handling in cz80
2021-10-04 kubz80, fix Drz80 for changed SMS banking
2021-10-03 kubsms, improve ROM bank mapping, add some SRAM support
2021-06-28 kub32x, improve poll detection
2021-06-28 kubsh2 drc, fix arm32 ld/st offset (minimum -255)
2021-06-23 kubz80, fix cz80 CPU reset (most regs not touched by reset)
2021-06-23 kubsh2 drc, some small cleanups
2021-06-16 kubsh2 drc, fix constant memory address access calculation
2021-06-07 kubsh2 drc, fix bugs in code block management
2021-06-03 kubupdate cyclone (BTST #imm,Dn and ADDQ.W #imm,An timing)
2021-05-25 kub68k, synchronize timing in fame and musashi (for debugging)
2021-05-19 kubsh2 interpreter, minor improvement for irq handling
2021-05-19 kubsh2 drc+interpreter, minor improvement for cycle counting
2021-05-19 kub68k, fix timing for BTST #imm,Dn and ADDQ.W #imm,An...
2021-05-11 kub32x, drc, fix saving SH2 SR in dma
2021-05-06 kublibretro, build change for PS3 (disable drc)
2021-04-21 kubsh2 drc, debug stuff
2021-04-21 kubsh2 drc, fix powerpc cache handling
2021-04-17 kubsh2 drc, fix powerpc eabi compatibility
2021-04-15 kubsh2 drc, debugging fixes
2021-04-15 kub68k, fix musashi support (for debugging only)
2021-04-15 kubsh2 drc, tiny optimization for x86
2021-04-12 kublibretro, build fix for ngc/wii/wiiu
2021-04-07 kubsh2 drc, fix optimized standard division
2021-04-02 kubsh2 drc, x86 fix, revert 6f64058 (carry usage in NEGC...
2021-03-21 kubsh2 drc, debug stuff
2021-03-21 kubsh2 drc, don't use x29 (frame pointer) in arm64 backend
2021-03-21 kubsh2 drc, adjust max ld/st offset in arm backend
2021-03-16 kubsh2 drc, fix oversize blocks ending with JSR/BSR
2021-03-16 kubsh2 drc, x86 backend, optimize move #0 with xor
2021-03-16 kubsh2 drc, fix reading from constant memory address
2021-02-22 kubadd big endian platform support
2021-02-06 kubfixes and improvements for type issues, part 3
2021-01-30 kubsh2 drc, powerpc fixes for OSX, 32 bit, cache handling
2021-01-22 kubcz80, fix flags for OUT[ID]/OT[ID]R
2021-01-13 kubsh2 drc, fix for MIPS EABI
2021-01-01 kubcore, structural cleanup, fixes and improvements for...
2020-12-29 kubfixes for gcc warnings wrt 64 bit platforms
2020-12-14 kubcz80, improve cycle accounting
2020-12-14 kub32x, tiny optimization for memory access
2020-12-12 kubfixes for memory leaks and out of bounds memory access...
2020-12-12 kublibretro, improve ps2 support, switchable renderers...
2020-12-05 kubdrc, fix libretro removing of gcc-only syntax
2020-12-05 kubMerge from libretro/master:46902e0 for repo synchronization
2020-11-22 kubsh2 drc, fix for mapping in register cache
2020-11-01 kubsh2 drc, fix sh2 reg enum usage
2020-10-31 kubsh2 drc, fix PIC function calling for MIPS backend
2020-10-27 kubsh2 drc, fixes for cache handling on arm and mips cpus
2020-10-21 kubMerge remote-tracking branch 'upstream/master'
next