platform ps2, handle audio similar to psp
[picodrive.git] / pico / pico_int.h
2024-07-08 kubcore, fix typo
2024-07-02 kubcore z80, fix cycle counting if z80 in hold on frame...
2024-06-27 kubcore z80, revert non-working ebde43d (bus blocking...
2024-06-27 kubcore, revisit ym2612 busy flag implementation
2024-05-20 kubplatform ps2, fixes for gcc14
2024-05-13 kub32x, fix reset interrupt handling
2024-05-07 kubcore z80, bus blocking for VDP DMA
2024-05-07 kubcore z80, cycle counting fixes (reset, bus request)
2024-04-27 kubmcd, improve pre/post reading
2024-04-12 kubcore z80, fix cycle counting in reset state
2024-03-28 kubmd, fix vdp reset handling
2024-03-16 kubcore, floating bus read for 68k in some more places
2024-03-10 kub68k, some fixes for musashi
2024-03-04 kubcore, implement ym2612 busy flag
2024-02-22 kubcore, fix z80 irq handling, reset defaults (cz80, drz80)
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, 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)
2023-11-23 kubsound, faster resampler for SMS FM
2023-09-03 kubMerge pull request #88 from 'upstream/irixxxx'
2023-07-20 kubsms, handle some more special cases
2023-07-17 kubcore, optimize vcounter handling
2023-07-12 kubcore, fix z80 vcounter value
2023-07-11 kubcore, improve 68k timing accuracy
2023-07-03 kub32x, fix disabling via ADEN (memory leak, mcd)
2023-06-30 kubsound, improve ym2612 timers implementation
2023-06-23 kubsound, improve ym2612 timers implementation
2023-06-23 kubmd, improve z80/68k synchronization
2023-06-09 kubcore, testpico fixes
2023-06-07 kub32x, fix startup crash
2023-06-04 kubmcd, fix prototype
2023-06-03 kub32x, improve poll detection
2023-05-30 kub32x, fixes for msu
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-10 kubmcd, some cleanup, fix Word-RAM in 2M mode
2023-04-27 kubcore vdp, avoid rendering if no changes to RAMs/registers
2023-04-27 kubcore vdp, some cleanup
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 kubmd vdp, fix sprite parsing (done on previous line)
2023-02-22 kubcore, revisit Sega 8 bit hardware handling
2023-02-18 kubcore, preparations for sc-3000 support
2022-12-20 kub32x, hacks for roms with caching related problems
2022-10-16 kubfix some gcc warnings
2022-09-14 kubsms, add xor 4x8k mapper
2022-05-10 kubsound, fix ym2413 fm sound load/save
2022-03-31 kubsound, prepare FM filtering
2022-03-31 kubsound, add native rate mode, change resampling
2022-02-28 kubsms, add sg-1000 support
2022-02-27 kubsms, autodetection for sg-1000 ram extension
2022-02-26 kubsms, mapper for taiwanese sg-1000 ram extension
2022-02-09 kubMerge remote-tracking branch 'upstream/master'
2022-02-08 kubcore gfx, fix sprite problem in savestate load screen
2022-02-08 kubsound, fix mcd cdda (mono, resampling), type cleanup...
2022-01-06 kubvdp, improve save state handling (bg dma)
2021-11-12 kubsms, fix pause button (cz80 nmi)
2021-11-06 kubsms vdp, separate SAT parsing
2021-10-29 kubsms, improve cycle counting, fix vcounter for 224/240...
2021-10-28 kubsms, improved mapper support (more, menu option)
2021-10-26 kubsms, some cleanup
2021-10-23 kubsms, improve save/load + gg compatibility
2021-10-14 kubsms, basic gamegear support
2021-10-08 kubsms vdp, add zoomed sprites, column vscroll blocking...
2021-10-08 kubsms, memory mapping improvements
2021-10-02 kubsound, increase resolution for calculating psg sound
2021-09-10 kubsdl, complete overhaul of hardware/software scaling
2021-06-28 kub32x, improve poll detection
2021-05-27 kubVDP DMA/CPU access timing improvements
2021-05-25 kub68k, synchronize timing in fame and musashi (for debugging)
2021-05-14 kubmcd, improve polling detection
2021-05-06 kubmcd, fix timing for irq while polling detected
2021-04-22 kubimprovements for type issues
2021-03-04 kubvdp rendering, fix crash for sprites with negative...
2021-02-22 kubadd big endian platform support
2021-02-06 kubfixes and improvements for type issues, part 3
2021-01-21 kubvdp renderer, partial sync 8bit fast ARM asm with C...
2021-01-20 kubvdp renderer, improvements for 8bit fast
2021-01-01 kubcore, structural cleanup, fixes and improvements for...
2020-12-29 kubcore, fixes and improvements for type issues
2020-12-14 kubcz80, improve cycle accounting
2020-12-12 kubvdp, kludge for z80 access
2020-12-12 kubvdp, add handling of external buffers for fast renderer
2020-10-21 kubMerge remote-tracking branch 'upstream/master'
2020-10-07 kubvdp rendering, fix SAT caching for high addresses ...
2020-09-21 kubvdp, fix for gfx save/load menu bg
2020-07-28 kubMerge pull request #3 from hiroshica/hwork
2020-07-28 hiroshicaadding ym2413
2020-07-25 kubsms mode 4, fix 8 bit renderer code
2020-07-13 twinaphexFix more conflicting types for prototypes
2020-07-13 twinaphexMake sure function prototype signatures match, and...
2020-07-10 kublibretro, build fixes
2020-07-10 kublibretro, build fixes
2020-07-10 kubcore, fix type issues by using stdint types
2020-04-24 kubaudio: SN76496 fixes
2020-04-22 kubaudio: improve cycle accuracy of SN76496+YM2612
next