summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/spg2xx_audio.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-5/+1
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-9/+9
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-20/+8
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* Complete sound modernization of remaining devices. Legacy callbacks and strea... Aaron Giles2020-09-281-7/+7
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-2/+2
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-171-10/+10
* srcclean and manual adjustments (nw) Vas Crabb2020-02-231-17/+17
* -spg2xx_audio: Added preliminary ADPCM36 decoding, significantly improves pba... mooglyguy2020-02-191-6/+62
* -spg2xx_audio: Turn off debugging, remove leftover debugging code, nw mooglyguy2020-02-151-4/+1
* -spg2xx_audio: Added logging of ADPCM36 samples, nw mooglyguy2020-02-141-1/+47
* -jak_care: Hooked up spg2xx software wave-in channel, hooked up muls and fir_... mooglyguy2020-02-081-3/+13
* -spg2xx_audio: Hooked up channel FIQ. [Ryan Holtz] mooglyguy2020-02-071-10/+55
* -spg2xx_audio: Turn logging back off, nw MooglyGuy2020-02-071-1/+1
* -spg2xx_audio: Fixed off-by-one on Beat Count timer, fixing timing in icanpia... MooglyGuy2020-02-071-7/+12
* srcclean (nw) Vas Crabb2019-05-261-3/+3
* smartfp - identify some audio related bits (nw) (#5076) David Haywood2019-05-191-4/+47
* srcclean, fix up apple2_flop_clcracked.xml (nw) Vas Crabb2019-04-211-6/+6
* basic audio for SPG110 titles DavidHaywood2019-03-311-1/+35
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+1258
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1258/+0
* -spg2xx_audio: Switch sample processing mode immediately on change. Fixes add... MooglyGuy2019-03-151-44/+32
* SPG2XX - Make audio emulation a subdevice (#4757) David Haywood2019-03-141-0/+1270