summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed some sound devices back to using std::unique_ptr<T []> for Vas Crabb2020-09-279-41/+41
* ymf271: Modernize save state registration; allow disabling of side effects fo... AJR2020-09-251-60/+55
* es5503 updates: [R. Belmont] arbee2020-09-242-8/+16
* okim9810: Make address space big-endian AJR2020-09-241-1/+1
* es5503: use put_int for sample scaling, use fill_n for faster clear [R. Belmont] arbee2020-09-242-7/+10
* ay8910.cpp: Fix noise rate regression (#7283) cam9002020-09-242-4/+3
* es5503: re-modernized, no breakage this time. [R. Belmont] arbee2020-09-232-9/+11
* swp00: new sound doesn't like it if you don't fill your buffer Aaron Giles2020-09-231-0/+2
* Fix the compile. arbee2020-09-222-3/+4
* fm/fmopl: Minor cleanups Aaron Giles2020-09-222-8/+4
* ym2203/ym2608/ym2610/ym2612/ymf262/ym3526/ym3812/y8950/ym2413/ymf271/ymf278b/... Aaron Giles2020-09-2135-232/+175
* t6721a/t6w28/tc8830f/tia/tms36xx/tms5110/upd1771/upd7752/upd934g/vlm5030/vrc6... Aaron Giles2020-09-2139-186/+154
* s_dsp/saa1099/scsp/segapcm/sn76477/snkwave/sp0256/spkrdev/spu/st0016/swp*: Up... Aaron Giles2020-09-2145-181/+144
* Fix for qsoundhle Aaron Giles2020-09-211-1/+1
* ay8910.cpp: Reduce performance when expanded mode is enable (#7259) cam9002020-09-211-10/+9
* Fix for last commit Aaron Giles2020-09-211-4/+4
* rf5c400/rf5c68/rolandpcm/git status Aaron Giles2020-09-217-50/+51
* Fix merge error Aaron Giles2020-09-202-9/+5
* okim6258/okim6376/okim9810/pcd3311/qs1000/qsound: update to new stream callbacks Aaron Giles2020-09-2012-63/+53
* es5503: revert to last version that plays correctly arbee2020-09-202-14/+13
* sound: Add a few new helpers to write_stream_view Aaron Giles2020-09-2037-184/+93
* mm5837: validation error Robbbert2020-09-211-1/+1
* mm5837: unify implementations Aaron Giles2020-09-202-33/+139
* namco_163/nes_apu/nile: Update to new stream callbacks Aaron Giles2020-09-206-29/+32
* la7a1045/lmc1992/mas3507d/mea8000/mos6560/mos6581/mos7360/msm5232/multipcm: u... Aaron Giles2020-09-1921-156/+113
* esqpump: A bit more cleanup thanks to synchronous streams Aaron Giles2020-09-192-56/+44
* k005289/k007232/k051649/k053260/k054539/ks0164: update to new stream callbacks Aaron Giles2020-09-1912-72/+72
* Fix clang error: private field 'm_filter_in' is not used [-Werror,-Wunused-pr... AJR2020-09-191-0/+1
* cem3394: switch to alternate filter that is more stable Aaron Giles2020-09-191-20/+109
* i5000/ics2115/iopspu/iremga20: update to new stream callbacks Aaron Giles2020-09-188-42/+36
* gaelco/gb/hc55516/huc620: update to new stream callback Aaron Giles2020-09-188-58/+56
* esqpump: missed change Aaron Giles2020-09-171-1/+1
* flt_rc/flt_vol: update to new stream callbacks Aaron Giles2020-09-174-34/+40
* es1373/es5503/es5506/esqpump: update to new stream callbacks Aaron Giles2020-09-178-190/+137
* dmadac/dspv: update to new stream callbacks Aaron Giles2020-09-174-22/+48
* Revert "sound: Improved view interfaces to match usage patterns" Aaron Giles2020-09-1733-153/+173
* sound: Improved view interfaces to match usage patterns Aaron Giles2020-09-1733-173/+153
* Mac updates [R. Belmont] arbee2020-09-161-0/+5
* dac76/dave/digitalk/discrete: update to new stream callbacks Aaron Giles2020-09-1610-65/+56
* cdp1863/cdp1864/cpd1869: update to new stream callbacks Aaron Giles2020-09-164-32/+28
* cdp1863/cdp1864/cpd1869: update to new stream callbacks Aaron Giles2020-09-162-17/+14
* cem3394: Major rework Aaron Giles2020-09-152-282/+214
* beep/bsmt2000/c140/c352/c6280/cdda: Update to new stream callbacks Aaron Giles2020-09-1512-89/+94
* Converted 'a' sound devices to new callbacks. Aaron Giles2020-09-148-74/+53
* Merge branch 'master' of https://github.com/mamedev/mame Aaron Giles2020-09-131-26/+26
|\
| * emu/save.cpp: Fix bad SFINAE trick breaking segapcm.cpp, fix saving attotime ... Vas Crabb2020-09-141-26/+26
* | votrax: Updated to new stream callback. Aaron Giles2020-09-132-9/+9
|/
* es5503: don't overdrive the output [R. Belmont] arbee2020-09-131-1/+1
* multipcm.cpp: Work around template error introduced in 9b582574922cb7af1a9a31... AJR2020-09-131-10/+10
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-13250-917/+892