summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound
Commit message (Expand)AuthorAgeFilesLines
* sound/es5503.cpp: Fix error in emulation of oscillator over-contribution glit... arbee2025-07-052-77/+78
* srcclean Vas Crabb2025-06-251-2/+2
* sound/[va_eg, va_vca, dac76]: Automatically adapt to the input and output co... m1macrophage2025-06-226-46/+19
* roland_tr707.cpp: audio emulation. (#13856) m1macrophage2025-06-212-1/+15
* misc fixes Olivier Galibert2025-06-201-2/+2
* sound: Olivier Galibert2025-06-171-2/+2
* -igs/igs_m036.cpp: Nicer short names for a couple of games. Vas Crabb2025-06-122-18/+18
* k007232: remove really old changelog hap2025-06-112-29/+10
* k007232: log wav data at keyon instead of at every stream update hap2025-06-112-50/+41
* qsoundhle: retry adding parent rom reference to qsound, function body in cpp ... hap2025-06-103-10/+29
* qsound: nevermind hacking around the hack hap2025-06-092-10/+0
* qsoundhle: correction to qsound header include hap2025-06-093-2/+10
* qsoundhle: add parent rom reference to qsound hap2025-06-093-2/+6
* pokey: Emulate two-tone and force break serial output modes; fix logging message AJR2025-06-082-10/+35
* pokey: Replace fake serial port emulation with timer-driven line-level interf... AJR2025-06-082-37/+183
* samples: remove unneeded samples_start callback hap2025-06-082-16/+0
* samples: update notes, fix new regression with start_raw at very low samplerate hap2025-06-081-3/+12
* samples: fix off by 1 error when interpolating hap2025-06-081-2/+2
* samples: set stream samplerate to sample samplerate hap2025-06-081-13/+21
* sound: random fixes Olivier Galibert2025-06-071-0/+2
* ay8910: remove unneeded set_volume (update the few drivers that use it to set... hap2025-06-072-10/+0
* -sound/gb.cpp: Initialise enough member variable to avoid branching on uninit... Vas Crabb2025-06-081-38/+20
* roland_tr707.cpp: Extended driver to encompass most hardware other than audio... m1macrophage2025-06-022-0/+27
* namco sound: fix typo on mono channels Olivier Galibert2025-05-291-1/+1
* remove obsolete wave (cassette sound) device hap2025-05-212-116/+0
* okim6376: fix regression, small cleanup hap2025-05-181-48/+47
* sound: enhance portaudio support. Olivier Galibert2025-05-121-1/+1
* sound: correct sample timings Olivier Galibert2025-05-051-1/+1
* discrete: Fix streamed inputs Olivier Galibert2025-05-043-13/+13
* -emu/device.cpp: Allow flagging devices as not working or not supporting save... Vas Crabb2025-05-012-6/+1
* taitosj: workaround for large speed loss hap2025-04-301-6/+1
* Fixed discrete (probably) Olivier Galibert2025-04-302-35/+6
* moog/source.cpp: emulating envelope generators and LFO timing. (#13636) m1macrophage2025-04-291-0/+10
* cassette/misc: small cleanup hap2025-04-281-4/+4
* Cleaned up various things. Vas Crabb2025-04-291-1/+1
* misc: be consistent with dummy save state var name (easy to grep if the worka... hap2025-04-282-2/+2
* Fix for dkong and avi recording Olivier Galibert2025-04-281-1/+1
* sound/va_eg.cpp: Fix assert for debug build AJR2025-04-271-1/+1
* New sound infrastructure. Olivier Galibert2025-04-27281-1438/+1141
* ics2115: update stream before r/w, some irq flag fixes hap2025-04-261-6/+12
* srcclean in preparation for release. Vas Crabb2025-04-271-1/+1
* fix various bitwise/logical warnings Patrick Mackinlay2025-04-251-2/+2
* c6280: optimization for games that have sound disabled hap2025-04-242-30/+42
* ymfm: remove 2608/2610 ssg gain workaround hap2025-04-231-5/+0
* linn/linndrum.cpp: Modeled click filter, improved hihat decay emulation, and ... m1macrophage2025-04-222-1/+10
* sound/gb.cpp: Fixed master volume control and cleaned up code: (#13483) cam9002025-04-172-368/+353
* casio/cps200.cpp: Added a skeleton Casio CPS-2000 driver; also improved µPD9... Devin Acker2025-04-172-27/+33
* sound/k007232.cpp: Suppress side effects for debugger reads and cleaned up co... cam9002025-04-162-41/+44
* sound/dac76.cpp: Emulating multiplying capability. (#13577) m1macrophage2025-04-102-4/+91
* sound/va_eg.cpp: Fixing subtle bugs. (#13570) m1macrophage2025-04-092-20/+30