platform ps2, handle audio similar to psp
[picodrive.git] / pico / state.c
2024-06-27 kubcore, some save state fixes
2024-05-07 kubcore z80, improve save/load (cycles)
2024-03-24 kubsms, fix save/load bugs (irq, mapper)
2024-03-21 kubcore, big endian fix (save/load)
2024-01-23 kubcore, improve pico save/load (ADPCM state, page, etc)
2023-05-26 kubmcd, preparations for msu support
2023-03-26 kubcore, make system detection by extension case insensitive
2022-05-10 kubsound, fix ym2413 fm sound load/save
2022-02-09 kubMerge remote-tracking branch 'upstream/master'
2022-02-08 kubcore gfx, fix sprite problem in savestate load screen
2022-01-27 kubcore, libretro vfs support
2022-01-20 kubcore, fix loading save state (svp, mapper)
2022-01-06 kubcore, improve save/load (68k cycles)
2022-01-03 kublibretro, improve 32x save/load for run-ahead
2022-01-03 kubsms, fix FM state save/load
2021-01-01 kubcore, structural cleanup, fixes and improvements for...
2020-12-29 kubfixes for gcc warnings wrt 64 bit platforms
2020-12-12 kubfixes for memory leaks and out of bounds memory access...
2020-12-05 kubMerge from libretro/master:46902e0 for repo synchronization
2020-10-21 kubMerge remote-tracking branch 'upstream/master'
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-05-06 kubaudio: fix for save/load
2020-02-16 kubvdp fifo, tentative fix for broken save/load
2017-12-01 notazstop IdleDet from affecting save states
2017-10-20 notazrearrange globals
2017-10-13 notazrework sr
2017-10-13 notazsplit memories away from Pico
2017-10-13 notazdrop legacy save support
2017-10-11 notazsome more risky timing changes
2017-10-06 notazstate: setup banks before CPUs on load
2017-04-16 notazuse system's zlib
2013-10-06 notazcd: switch to CD drive emu code from genplus
2013-10-06 notazcd: switch to CD controller code from genplus
2013-09-22 notazcd: integrate new gfx code
2013-08-31 notazMerge branch 'dev'
2013-08-29 notazfix array-out-of-bounds issue
2013-08-27 notaznew timing for main and cd
2013-08-20 notazdeal with some strict aliasing issues
2013-08-08 notaz32x: memhandler improvements
2013-07-30 notazlibretro: add savestate support
2013-07-13 notaz32x: fix savestates
2013-07-09 notazsave event times to savestates
2013-07-08 notaz32x: start reworking sheduling
2013-06-26 notazclarify PicoDrive's license
2010-06-02 notazallow compiling without 32x and sms code
2010-02-11 notazsms: some bugfixes
2010-01-27 notaz32x and sms savestates. Core-independent z80 state...