picodrive.git
2024-07-22 kubplatform ps2, handle audio similar to psp master github/master
2024-07-19 kubrelease 2.00 v2.00
2024-07-18 kubcore vdp, arm rendering speed optimisation
2024-07-17 kubcore vdp, fix layer/window borders for vertical window
2024-07-16 Apaczerplatform/miyoo: scripted versioning
2024-07-15 kubupdate README
2024-07-13 kubplatform miyoo, switch menu key to RESET
2024-07-12 kubcore, adjustment for background color DMA
2024-07-12 Apaczerplatform-miyoo: change to IPK release output
2024-07-11 irixxxxadd links to images
2024-07-10 irixxxxadd some images to readme
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-05 kubui, minor menu fix
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 kubsh2 drc, fix TAS instruction, some cleanup
2024-06-27 kubbuild, fix arch detection in configure
2024-06-27 kubsh2 drc, minor optimization for x86 backend
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-20 kubsh2 drc, minor fix for x86 backend
2024-06-20 kublibretro, gcc14 fixes
2024-06-18 kubcore vdp, arm rendering fix (1st window col prio)
2024-06-15 kubbuild, fix zstd asm file usage (used only for x86)
2024-06-15 kubbuild, fix zstd asm file usage (used only for x86)
2024-06-15 kubmd, minor cleanup for region code handling
2024-06-15 kub68k, minor debug fix for fame
2024-06-15 kubbuild, more lowercase on linux, plus minor changes
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-06-02 kubsh2 drc, fix mul/add saturation
2024-06-02 kubsh2 drc, small fixes (cycle counting, invalidation)
2024-05-25 Tomáš Kelemen... 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-20 kubbuild, add ps2 to release script
2024-05-19 kubsh2 drc, fix conditional immediate for armv7
2024-05-18 notazpandora: some fixes for 2.0
2024-05-18 kubupdate copyright
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-16 kubbuild, change executable name to lowercase
2024-05-13 kub32x, fix reset interrupt handling
2024-05-12 kubplatform opendingux, add some keys (gkd mini, rs97)
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-28 kubprerelease 2.00-beta3
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-26 kubprerelease 2.00-beta2
2024-03-26 kubplatform, small fixes for Pico, updated readme
2024-03-26 kubcore 68k, fix compiler warning in fame
2024-03-25 kublibretro, add Pico pad overlay and storyware pages...
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-20 saulfabreg... Libretro: silence a warning regarding to memmap
2024-03-18 kubdrc: only use 64kb aligned tcache_default if on arm...
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-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-09 saulfabreg... Libretro: Fix Wii compiling by adding required -ffat...
2024-03-07 kubcore, fix 68k cycles in cyclone,fame (exceptions,bit...
next