platform ps2, handle audio similar to psp
[picodrive.git] / pico / 32x /
2024-07-02 kubadd/update copyright notices for substantially changed...
2024-06-14 kubsh2 drc, several bug fixes
2024-06-02 kub32x, fixes for comparing cycles
2024-05-13 kub32x, fix reset interrupt handling
2024-05-07 notaz32x, internal BIOS hack for jumping to 0x140
2024-05-07 notaz32x: adjust handlers according to hw tests
2024-05-05 kub32x, some reset related fixes
2024-04-24 kub32x, make sh2 sram poll detection less agressive
2023-11-01 kubMerge pull request #96 from 'techmetx11/master'
2023-10-26 kubcompile fixes for CI
2023-09-03 kubMerge pull request #88 from 'upstream/irixxxx'
2023-07-11 kub32x, improve pwm volume accuracy
2023-07-11 kubcore, improve 68k timing accuracy
2023-07-03 kub32x, fix disabling via ADEN (memory leak, mcd)
2023-06-30 kub32x, add disabling via ADEN (for testpico)
2023-06-11 kub32x, fix softscale enabled by 32x
2023-06-09 kub32x, fix regression in poll detection
2023-06-07 kub32x, fix startup crash
2023-06-03 kub32x, improve poll detection
2023-05-30 kub32x, fixes for msu
2023-05-10 kub32x, tiny optimization
2023-05-01 kubplatform gp2x, fix compilation with original toolchain...
2023-04-27 kubcore vdp, avoid rendering if no changes to RAMs/registers
2022-12-20 kub32x, fix soc code (sh2 sr register handling)
2022-12-20 kub32x, improve sh2 scheduling
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 kub32x, tentative kludge for blackthorne
2022-10-28 kub32x, reset handling and synchronization changes
2022-10-14 kub32x, minor poll detection fix
2022-10-12 kubcore, improve mcd+32x cpu synchronization
2022-10-08 kub32x, make 68k poll detection less agressive
2022-02-09 kubMerge remote-tracking branch 'upstream/master'
2022-02-08 kubsound, fix mcd cdda (mono, resampling), type cleanup...
2022-01-19 kubcore, improve save/load
2022-01-06 kub32x, improve loading save state (memory leak, 68k hang)
2021-12-19 kub32x, more ARM asm drawing optimisations for dc mode
2021-12-18 kub32x, ARM asm drawing fixes and optimzations for dc...
2021-11-28 kub32x, improve cartridge mapping, BIOS replication
2021-11-26 kub32x, fix poll detection regression (mars check)
2021-11-23 kubplatform, improve 32x handling for h32 (all supported...
2021-11-22 kub32x, add support for h32 mode rendering
2021-11-18 kub32x, fix DMA mem-2-mem copying for big endian
2021-09-21 kub32x, minor fix in arm renderer
2021-09-10 kubsdl, complete overhaul of hardware/software scaling
2021-08-17 irixxxxMerge pull request #28 from davidgfnet/master
2021-08-16 David Guillen FandosFix SH2 DRC for x86 (32 bit) builds
2021-06-28 kub32x, improve poll detection
2021-06-28 kub32x, fix comm sync (68k writing to comm area)
2021-06-16 kub32x, optimize poll detection
2021-05-19 kub32x, minor improvement for poll detection
2021-05-11 kub32x, drc, fix saving SH2 SR in dma
2021-04-22 kubimprovements for type issues
2021-04-07 kub32x, scheduling optimization
2021-04-02 kub32x, draw, avoid some warnings
2021-04-02 kub32x, fix speed regression (wt memory write optimization)
2021-04-02 kub32x, arm asm draw optimization
2021-02-22 kubadd big endian platform support
2021-01-20 kub32x, fix BGR565 rendering
2021-01-20 kubvdp renderer, improvements for 8bit fast
2021-01-13 kub32x renderer, fix for render buffers with pitch !=...
2021-01-10 kubpartially revived platform support for PSP (unfinished)
2021-01-01 kubcore, structural cleanup, fixes and improvements for...
2020-12-29 kubcore, fixes and improvements for type issues
2020-12-14 kub32x, restore old fix for X-men
2020-12-14 kub32x, tiny optimization for memory access
2020-12-05 kubrendering, fix bgr555 output mode
2020-12-05 kubMerge from libretro/master:46902e0 for repo synchronization
2020-10-21 kubMerge remote-tracking branch 'upstream/master'
2020-10-10 kubmore rendering fixes and optimisations
2020-09-30 kubvdp rendering, fixes and optimisations
2020-09-17 kubvdp, test code for 8 bit fast renderer
2020-05-16 kubadd copyright stuff to substantially changed files
2020-04-24 kub32x poll detection fix
2020-04-22 kub32x, small improvement for poll detection
2020-04-22 kubsh2, optimizations to innermost run loop
2020-04-13 kubadd sh2 ubc area to poll detection
2020-04-13 kub32x pwm, tiny optimization
2020-04-13 kubsh2 timer optimization
2020-03-03 kub32x, small improvement for poll detector
2020-02-16 kub32X poll detection fix
2020-01-14 kubemulator timing fixes, VDP DMA fixes, improved DAC...
2020-01-14 kubbug fixes in drc, audio, display
2019-12-13 kubsh2 drc: fix speed regression
2019-12-03 kubremove textrels with -fPIC/-fPIE (for android/ios)
2019-11-13 kubsh2 drc: RISC-V (RV64IM) code emitter, some work on...
2019-11-09 kubsh2 drc: optimizations for MIPS code emitting
2019-10-19 kub32x, finetuning
2019-10-17 kubsh2 drc: reorganised block mgmt code, plus some small...
2019-10-12 kubsh2 drc: bugfix in block management
2019-10-11 kubsh2 drc bugfix for aarch64/mips
2019-10-10 kub32x, configurable pwm irq optimization to reduce pwm...
2019-10-10 kub32x, speed improvement
2019-09-19 kubsh2 drc: improved RTS call stack cache
2019-09-17 kubvarious smallish optimizations, cleanups, and bug fixes
2019-08-31 kubcleanup and microoptimizations in SH2 hw handling
2019-08-25 kubsome drawing code C optimisations
2019-08-22 kubbug fix in comm poll fifo, and back to -O3
2019-08-20 kubcleanup config files, copyright stuff
2019-08-16 kubvarious small fixes and optimsations
next