platform ps2, handle audio similar to psp
[picodrive.git] / pico / sound /
2024-07-08 kubsound, add panning for ym2612 dac
2024-07-02 kubadd/update copyright notices for substantially changed...
2024-06-27 kubcore, revisit ym2612 busy flag implementation
2024-05-18 kubsound, don't reinitialize after menu if not needed
2024-02-23 kubmcd, increase audio volume slightly
2024-01-23 kubcore, implement GG stereo
2024-01-20 kubcore, revisit Pico sound handling
2024-01-12 notazsound: fix ym2612 freq latch
2023-12-03 kubsound, fix ffw crash in PSG
2023-11-23 kubsound, faster resampler for SMS FM
2023-11-01 kubMerge pull request #96 from 'techmetx11/master'
2023-10-26 kubcompile fixes for CI
2023-09-03 kubMerge pull request #88 from 'upstream/irixxxx'
2023-07-11 kubcore, improve 68k timing accuracy
2023-07-03 kubsound, some ym2612 arm cleanup
2023-06-21 kubsound, fixes for ym2612 (ARM and C)
2023-06-16 notazsound: fix ym2612 forgetting lfo state when dac is on
2023-06-13 notazsound: fix ym2612 address handling
2023-06-05 kubMerge pull request #89 from upstream/irixxxx_xin1
2023-06-05 kublibretro, more build fixes
2023-05-01 kubplatform gp2x, fix compilation with original toolchain...
2022-12-20 kubupdate submodules
2022-10-14 kubpico, fix psg sound and fast forward
2022-09-25 kubsms, add fast renderer, remove 1st column (8 px) if...
2022-05-10 kubsound, fix ym2413 fm sound load/save
2022-04-30 kubsound, minor FM filtering optimization
2022-04-19 kubsound, add FM filtering
2022-03-31 kubsound, prepare FM filtering
2022-03-31 kubsound, add native rate mode, change resampling
2022-02-09 kubMerge remote-tracking branch 'upstream/master'
2022-02-08 kubsubmodule update
2022-02-08 kubsound, fix mcd cdda (mono, resampling), type cleanup...
2022-02-07 kubsound, fix pcm/pwm handling wrt fast forward (mcd,...
2021-12-28 kubsound, ym2612 optimizations and fixes
2021-12-25 kubsound, improve ym2612 accuracy (arm ASM bugfix)
2021-12-22 kubsound, improve ym2612 accuracy (NB noticeably slower...
2021-11-19 kubsound, fix ym2612 ladder effect, add option
2021-11-17 kubsound, add ym2612 channel clipping, ladder effect
2021-11-12 kubsound, fix ym2612 arm assembly (ssg-eg)
2021-11-06 kubsound, fix buffer overrun
2021-10-23 kubsound, remove hysteresis (lessens distortion, increases...
2021-10-02 kubsound, increase resolution for calculating psg sound
2021-10-02 kubsound, increase resolution for calculating psg sound
2021-09-28 kubsound, fix minor clipping in psg audio
2021-09-25 kubsound, fix psg audio (missed commit)
2021-09-24 kubsound, fix psg audio
2021-09-10 kubsound, fix for ym2612 (sonic 1 intro and others)
2021-06-09 kubsound, improve FM output on load/resume
2021-06-03 kubsound, increase output level a bit
2021-05-19 kubsound, fix ym2612 output volume for keyon and level...
2021-04-22 kubimprovements for type issues
2021-03-05 kubui, revised menu and option handling, added sound filte...
2021-03-04 kubcore, groundwork for chd support
2021-01-01 kubcore, structural cleanup, fixes and improvements for...
2020-12-29 kubcore, fixes and improvements for type issues
2020-12-23 kubsound, improved and optimized reimplementation of libre...
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-07-28 kubMerge pull request #3 from hiroshica/hwork
2020-07-28 hiroshicaadding ym2413
2020-07-16 kubaudio, fix sound issues in some intros
2020-04-24 kubaudio: SN76496 fixes
2020-04-22 kubaudio: add option to switch off SSG-EG
2020-04-22 kubaudio: fixes and optimizations for SSG-EG
2020-04-22 kubaudio: improve cycle accuracy of SN76496+YM2612
2020-04-07 kubym2612 ARM optimisations
2020-04-02 kubym2612 ARM, bug fixing and small optimizations
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-14 kubbug fixes in drc, audio, display
2020-01-07 kubaudio: added SSG-EG to YM2612, plus some timing changes...
2019-12-31 kubadd DC filter to sound mixer to remove potential PCM...
2019-12-21 kubsh2 drc: updates from mame for ym2612 sound
2019-12-03 kubremove textrels with -fPIC/-fPIE (for android/ios)
2019-07-30 kubsh2 drc host disassembler integration for gp2x
2019-07-30 kubfix gp2x compilation (using linaro arm gcc 4.7 on ubuntu)
2018-01-06 notazimprove 64bit portability
2017-10-21 notazmove more globals to PicoInterface
2017-10-21 notazsms: do psg like md does
2017-10-20 notazrearrange globals
2017-10-11 notazsome more risky timing changes
2017-10-06 notazhandle frequent psg updates
2017-10-06 notazsn76496: simplify writes
2017-10-06 notazclean up dac code a bit
2017-10-06 notazsimple ym2612 fixes
2017-10-06 notazfix ym2612 asm, rework EG
2017-08-06 notazget some gp2x stuff out of the way for others
2013-10-06 notazcd: switch to CD drive emu code from genplus
2013-10-04 notazsound: remove cd rate limitations
2013-09-22 notazcd: rewrite pcm
2013-09-08 notazimprove cue handling a bit
2013-07-28 notazget rid of port_config.h
2013-07-03 notazdon't crash on bad timing
2013-06-26 notazclarify PicoDrive's license
2013-06-22 notazstart new makefile, migrate to libpicofe
2010-09-18 notazmake OSS detect blocking, adjust audio API
2009-12-31 notazsimple profiler added
2009-12-06 notazport to 64bit. Some gcc 4.4 warning fixes
next