platform ps2, handle audio similar to psp
[picodrive.git] / pico /
2023-07-17 kubsms, some handling for gg carts running in sms mode
2023-07-17 kubcore, optimize vcounter handling
2023-07-12 kubcore, fix z80 vcounter value
2023-07-11 kub32x, improve pwm volume accuracy
2023-07-11 kubcore, improve 68k timing accuracy
2023-07-06 kubsms, fix menu background scaling and position
2023-07-05 kubmcd, fix audio crash after end of last track
2023-07-03 kubsound, some ym2612 arm cleanup
2023-07-03 kub32x, fix disabling via ADEN (memory leak, mcd)
2023-06-30 kub32x, add disabling via ADEN (for testpico)
2023-06-30 kubsound, improve ym2612 timers implementation
2023-06-29 kubmcd, fix no chd music in some cases
2023-06-23 kubsound, improve ym2612 timers implementation
2023-06-23 kubmd, improve z80/68k synchronization
2023-06-21 kubsound, fixes for ym2612 (ARM and C)
2023-06-16 notazsound: fix ym2612 forgetting lfo state when dac is on
2023-06-13 notazsound: fix ym2612 address handling
2023-06-11 kubcore, regression fix for h32 scaling
2023-06-11 kub32x, fix softscale enabled by 32x
2023-06-09 kub32x, fix regression in poll detection
2023-06-09 kubcore, testpico fixes
2023-06-07 kub32x, fix startup crash
2023-06-05 kubmd, fix carthw.cfg parsing
2023-06-05 kubMerge pull request #89 from upstream/irixxxx_xin1
2023-06-05 notazcarthw: more x-in-1 carts
2023-06-05 kubcore, always allocate a power of 2 for cartridges
2023-06-05 kublibretro, more build fixes
2023-06-04 notazcarthw: more accurate x-in-1 pirate handling
2023-06-04 kubmcd, fix prototype
2023-06-03 kubcore, fix crash if image couldn't be loaded
2023-06-03 kub32x, improve poll detection
2023-05-30 kub32x, fixes for msu
2023-05-30 kubmcd, fixes for msu
2023-05-26 kubmcd, preparations for msu support (arm version)
2023-05-26 kubmcd, preparations for msu support
2023-05-19 kubmcd, fixes and improvements by mcd-verificator
2023-05-11 kubmcd, fix Word-RAM in 2M mode
2023-05-11 kubmcd, regression fix
2023-05-11 kubmcd 68k, fix autoload for cyclone
2023-05-10 kub32x, tiny optimization
2023-05-10 kubmcd, some cleanup, fix Word-RAM in 2M mode
2023-05-09 kubmcd, improve cpu scheduling
2023-05-01 kubplatform gp2x, fix compilation with original toolchain...
2023-04-27 kubcore vdp, implement partial line blanking
2023-04-27 kubcore vdp, avoid rendering if no changes to RAMs/registers
2023-04-27 kubcore vdp, some cleanup
2023-04-24 kubcore, improve 68K/Z80 timing
2023-04-12 kubcore vdp, improve sprite rendering
2023-04-11 kubsvp drc, fix crash in jump patch
2023-04-05 kubmd, implement z80 cycle stealing when accessing 68k bus
2023-04-05 kubcore vdp, fix sprite rendering issues with Overdrive 1/2
2023-03-26 kubcore, make system detection by extension case insensitive
2023-03-26 kubmd vdp, fix sprite parsing (done on previous line)
2023-03-07 kubsms, cleanup, add missing tms palette to gp2x
2023-02-23 kubcore, fix arm rendering regression after 8 bit changes
2023-02-22 kubcore, revisit Sega 8 bit hardware handling
2023-02-18 kubcore, preparations for sc-3000 support
2023-02-18 kubsms vdp, fix TMS modes, tile count off by one
2023-02-07 kubcore vdp, fix regression (switching V30->V28 in lines...
2022-12-20 kubupdate submodules
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-16 kubcore, fix cpu sync regression
2022-10-16 kubfix some gcc warnings
2022-10-14 kubpico, fix psg sound and fast forward
2022-10-14 kub32x, minor poll detection fix
2022-10-13 kubmcd, minor optimization for poll detection
2022-10-12 kubcore, improve mcd+32x cpu synchronization
2022-10-08 kub32x, make 68k poll detection less agressive
2022-10-04 kubcore, TH input latency only if output was low
2022-10-03 kubcore, add TH pad pin latency (load state regression)
2022-10-03 kubcore, add TH pad pin latency (regression after 5 min)
2022-10-03 kubcore, add TH pad pin latency after switching to input
2022-09-28 kubsms, fix center tms text mode (mode 1)
2022-09-25 kubsms, add fast renderer, remove 1st column (8 px) if...
2022-09-14 kubsms, add xor 4x8k mapper
2022-09-14 kubmcd, fix gfx (32x32 stamp)
2022-09-14 kubcore+platforms, harmonise supported extensions
2022-05-10 kubsound, fix ym2413 fm sound load/save
2022-05-09 kubz80, fix drz80 save (regression)
2022-05-09 kubcore vdp, fix out-of-bounds vram access for save/load
2022-05-09 kubsms, fix mappers (save/load for sega, korea, 8kbram)
2022-05-04 kubz80, improve cz80+drz80 compatibility
2022-04-30 kubmd, reworked cart protection handling, added some unlic...
2022-04-30 kubsound, minor FM filtering optimization
2022-04-22 kubcore vdp, fix status reading synchronisation
2022-04-19 kubMerge from libretro/master:7ff457f for repo synchronization
2022-04-19 kubcore, improve extension handling
2022-04-19 kubsound, add FM filtering
2022-04-09 Vladimir SerbinenkoAdd missing pico init in case of successful autodetect
2022-03-31 kubsound, prepare FM filtering
2022-03-31 kubsound, add native rate mode, change resampling
2022-03-08 kubcore vdp, minor fifo write optimisation
2022-03-01 kubsms, some minor fixes and additions for sg-1000
2022-02-28 kubsms, add sg-1000 support
2022-02-27 kubsms, add sg-1000 on-cart RAM mapping
next