platform ps2, handle audio similar to psp
[picodrive.git] / pico / memory.c
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-27 kubcore z80, revert non-working ebde43d (bus blocking...
2024-06-27 kubcore, some save state fixes
2024-06-27 kubcore, revisit ym2612 busy flag implementation
2024-05-23 kubcore z80, partially revert ebde43d (bus blocking DMA)
2024-05-23 kubmd, no floating bus in cart address space
2024-05-18 kubcore, fix floating bus read for 68k (regression)
2024-05-07 kubcore z80, bus blocking for VDP DMA
2024-05-07 kubcore z80, cycle counting fixes (reset, bus request)
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-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-02-20 kubcore md, assert z80 vint for complete scanline
2023-11-01 kubMerge pull request #96 from 'techmetx11/master'
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-17 kubcore, optimize vcounter handling
2023-07-12 kubcore, fix z80 vcounter value
2023-07-11 kubcore, improve 68k timing accuracy
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-13 notazsound: fix ym2612 address handling
2023-06-09 kubcore, testpico fixes
2023-05-26 kubmcd, preparations for msu support
2023-05-10 kubmcd, some cleanup, fix Word-RAM in 2M mode
2023-04-24 kubcore, improve 68K/Z80 timing
2023-04-05 kubmd, implement z80 cycle stealing when accessing 68k bus
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-04-30 kubmd, reworked cart protection handling, added some unlic...
2022-02-09 kubMerge remote-tracking branch 'upstream/master'
2022-01-26 kubcore, linux+libretro, multiplayer adaptor support
2021-12-07 kubcore, some test code for team player and 4way play
2021-11-26 kubcore, improve pad compatibility (6btn, mcd32x)
2021-11-14 kubcore, some type issues
2021-10-08 kubsms, memory mapping improvements
2021-10-02 kubsound, increase resolution for calculating psg sound
2021-10-02 kubsound, increase resolution for calculating psg sound
2021-09-30 kubcore, fix loading and mapping for images > 4MB
2021-09-21 kubcore, add some superfighter mappers
2021-07-01 kubmcd, fix pulldowns only there if cd attached
2021-02-22 kubadd big endian platform support
2021-02-06 kubfixes and improvements for type issues, part 3
2020-12-14 kub32x, tentative fix for pad handling
2020-12-12 kubvdp, kludge for z80 access
2020-10-21 kubMerge remote-tracking branch 'upstream/master'
2020-10-13 notazadd a hack for Decap Attack
2020-07-17 kubaudio, fix for speed regression after last commit
2020-07-16 kubaudio, fix sound issues in some intros
2020-04-24 kubaudio: SN76496 fixes
2020-04-22 kubaudio: improve cycle accuracy of SN76496+YM2612
2020-03-30 kubfix for gp2x audio regression
2020-01-26 kubaudio fixes for overdrive demo
2020-01-14 kubemulator timing fixes, VDP DMA fixes, improved DAC...
2020-01-07 kubaudio: added SSG-EG to YM2612, plus some timing changes...
2019-07-30 kubarm asm memory access functions for m/s68k
2018-01-06 notazimprove 64bit portability
2017-10-21 notazmove more globals to PicoInterface
2017-10-20 notazrearrange globals
2017-10-13 notazsplit memories away from Pico
2017-10-11 notazadjust z80 timing a bit
2017-10-11 notazfix various logging issues
2017-10-11 notazsome more risky timing changes
2017-10-06 notazsome poor timing improvement attempts
2017-10-06 notazslightly better z80 vdp reads
2017-10-06 notazhandle frequent psg updates
2017-10-06 notazclean up dac code a bit
2017-10-02 notazallow limited z80 vdp access
2017-10-02 notazfame: always update the fetch map
2017-09-20 notazmemory: allow SRAM word writes
2013-08-31 notazMerge branch 'dev'
2013-08-27 notazfix yet another portability issue
2013-08-27 notaznew timing for main and cd
2013-08-17 notazimprove input handling
2013-06-30 notazbetter workaround for ios
2013-06-29 notazfamec: fix 64bit portability issues
2013-06-26 notazclarify PicoDrive's license
2010-09-10 notazrandom minor fixes
2010-06-02 notazallow compiling without 32x and sms code
2010-01-27 notaz32x and sms savestates. Core-independent z80 state...
2009-12-31 notazsimple profiler added
2009-12-06 notazport to 64bit. Some gcc 4.4 warning fixes
2009-10-22 notaz32x drc functional on ARM, random adjustments
2009-10-15 notaz32x: new SH2 memory handling, hopefully faster
2009-09-22 notaz32x: preliminary PWM implementation. 32x opts in menu
2009-09-16 notazmemory refactoring (mostly for cd) + ARM mem asm update
2009-09-14 notazCyclone interface for new mem system, minor tweaks
2009-09-14 notazbugfix
2009-09-12 notaz32x: packed pixel mode (works over 68k)
2009-09-11 notaz32x: initial code (security code passes)
2009-09-09 notazprotection and more mapper support for new mem code
2009-09-05 notazFinish migrating to new mem handling. Make carthw db...
next