platform ps2, handle audio similar to psp
[picodrive.git] / pico
2024-07-18 kubcore vdp, arm rendering speed optimisation
2024-07-17 kubcore vdp, fix layer/window borders for vertical window
2024-07-12 kubcore, adjustment for background color DMA
2024-07-09 notazmcd: unbreak cue search
2024-07-08 kubcore, fix typo
2024-07-08 kubsound, add panning for ym2612 dac
2024-07-05 kubsms, improve pad handling (TR as output)
2024-07-02 kubadd/update copyright notices for substantially changed...
2024-07-02 kubcore z80, fix cycle counting if z80 in hold on frame...
2024-06-30 kubsms, add sram in codemasters mapper
2024-06-30 kubsms, improve system detection by extension
2024-06-27 kubcore vdp, some cleanup
2024-06-27 kubcore vdp, fix display enable in hblank
2024-06-27 kubcore z80, revert non-working ebde43d (bus blocking...
2024-06-27 kubcore vdp, fix status for very short DMA transfers
2024-06-27 kubcore vdp, change cram write sync
2024-06-27 kubcore, some save state fixes
2024-06-27 kubcore, revisit ym2612 busy flag implementation
2024-06-18 kubcore vdp, arm rendering fix (1st window col prio)
2024-06-15 kubmd, minor cleanup for region code handling
2024-06-14 kubmd vdp, fix v_counter reading, some cleanup
2024-06-14 kubsh2 drc, several bug fixes
2024-06-14 kubbuild, fix libchd zstd support for libretro static...
2024-06-02 kub32x, fixes for comparing cycles
2024-05-25 Tomáš Kelemen (vudiq)remove fflush() call before exit()
2024-05-24 notazupdate libchdr for zstd support
2024-05-23 kubcore z80, partially revert ebde43d (bus blocking DMA)
2024-05-23 kubsms, fixes to bios initialisation and mapper autodetection
2024-05-23 kubmd, no floating bus in cart address space
2024-05-23 kubmd, add some unlicensed carts
2024-05-20 kubplatform ps2, fixes for gcc14
2024-05-18 kubcore vdp, reset fix
2024-05-18 kubsms, minor optimization
2024-05-18 kubcore, fix floating bus read for 68k (regression)
2024-05-18 kubsound, don't reinitialize after menu if not needed
2024-05-17 kubcore, improve system and mapper detection
2024-05-13 kub32x, fix reset interrupt handling
2024-05-07 notaz32x, internal BIOS hack for jumping to 0x140
2024-05-07 kubcore z80, improve save/load (cycles)
2024-05-07 kubcore z80, bus blocking for VDP DMA
2024-05-07 kubcore z80, cycle counting fixes (reset, bus request)
2024-05-07 notaz32x: adjust handlers according to hw tests
2024-05-05 kub32x, some reset related fixes
2024-05-05 kubcore vdp, fix regression (irq not cleared on disable)
2024-04-27 kubcore vdp, fix regression (irq not cleared on disable)
2024-04-27 kubmcd, add poll detection for gfx busy
2024-04-27 kubmcd, fix irq2 handling (not cleared on disable)
2024-04-27 kubmcd, improve pre/post reading
2024-04-24 kub32x, make sh2 sram poll detection less agressive
2024-04-21 kubmcd, implement pre/post reading in play/read state
2024-04-19 kubmcd, some improvements (dma timing, interrupt handling)
2024-04-19 kubmcd, revisit track handling in cdd
2024-04-12 kubcore z80, fix cycle counting in reset state
2024-04-12 kubmd, fix vdp reset handling
2024-03-28 kubmd, fix vdp reset handling
2024-03-25 kubplatforms, display pad overlay and storyware pages...
2024-03-24 kubsms, fix save/load bugs (irq, mapper)
2024-03-21 kubcore, big endian fix (save/load)
2024-03-18 kubcore+platforms, revise pico pen handling
2024-03-16 kubcore, floating bus read for 68k in some more places
2024-03-14 kubcore z80, improve timing for bus request/grant timing...
2024-03-10 kub68k, some fixes for musashi
2024-03-07 kubcore, fix crash bug in DrZ80 (SP wrap)
2024-03-04 kubcore, implement ym2612 busy flag
2024-03-04 kubcore z80, more timing fixes
2024-03-03 kubcore z80, some timing improvements
2024-03-02 kubcore, slightly increase accuracy of some hw timers
2024-03-02 kubcore, another fix for z80 reset
2024-02-26 kubmcd, fix crash (plat_mmap not zeroing memory)
2024-02-23 kubmcd, increase audio volume slightly
2024-02-23 kubmcd, fix audio not playing when buffer RAM enabled
2024-02-22 kubcore, fix z80 irq handling, reset defaults (cz80, drz80)
2024-02-21 kubcore, system detection by extension in zip files
2024-02-21 kubcore, fix arm asm regression (bg color DMA crash)
2024-02-20 kubcore md, assert z80 vint for complete scanline
2024-02-14 kubcore, fix some bugs reported by ASAN
2024-01-28 kubcore, improve bg color DMA handling (and some vdp cleanup)
2024-01-28 kubcore, handle background color DMA (arm asm)
2024-01-24 kubcore, some updates for Pico adpcm
2024-01-23 kubcore, implement GG stereo
2024-01-23 kubcore, improve pico save/load (ADPCM state, page, etc)
2024-01-22 kubcore, complete rewrite of Pico adpcm driver
2024-01-20 kubcore, fix Pico hardware region code
2024-01-20 kubcore, revisit Pico sound handling
2024-01-20 kubcore, fix Pico horizontal irq (on irq level 5)
2024-01-13 kubcore+platforms, add SMS option to select TMS palette...
2024-01-13 kubcore, handle background color DMA (aka fantom bitmap)
2024-01-12 notazsound: fix ym2612 freq latch
2023-12-03 kubsms, improve changing of video mode
2023-12-03 kubsound, fix ffw crash in PSG
2023-12-01 kubcore, fix no ym2612 timers if z80 in reset
2023-11-23 kubcore, fix H32 mode in fast renderer
2023-11-23 kubsound, faster resampler for SMS FM
2023-11-01 kubMerge pull request #96 from 'techmetx11/master'
2023-10-26 kubcore, fix bug in m68k state saving
2023-10-26 kubcompile fixes for CI
2023-10-23 kubreadme, some cleanup
2023-09-03 kubMerge pull request #88 from 'upstream/irixxxx'
2023-08-21 techmetx11Add hack for unlicensed games that don't handle the...
2023-07-20 kubsms, handle some more special cases
next