summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound (follow)
Commit message (Expand)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2017-02-193-9/+9
* capbowl, bowlrama: Identify DAC type AJR2017-02-171-0/+1
* Merge pull request #2055 from superctr/c352_update R. Belmont2017-02-112-38/+47
|\
| * C352: implement volume ramping, rewrite mulaw algorithm superctr2017-02-102-38/+47
* | Remove emu.h from headers (nw) Olivier Galibert2017-02-1154-32/+22
* | Remove device_config_complete from numerous devices that don't really need it... AJR2017-02-0928-154/+0
|/
* vmetal: Sound improvements AJR2017-02-092-18/+19
* Further Namco sound documentation (nw) AJR2017-02-051-1/+3
* Remove some dependency between src/devices/ and src/mame (nw) Miodrag Milanovic2017-02-052-0/+778
* lastbank: Working sound and music AJR2017-02-032-4/+19
* Make devcb objects more consistently available for further configuration (nw) AJR2017-01-312-11/+11
* Amiga: Move and rename amiga sound device, add pinout and description Dirk Best2017-01-292-310/+0
* saa1099.cpp: Use the correct LFSR polynomial for the SAA1099 noise generation... Lord-Nightmare2017-01-252-5/+7
* stfight.cpp: fix ADPCM control Vas Crabb2017-01-171-13/+8
* Taito 68705 interface improvements: Vas Crabb2017-01-152-3/+9
* Identify EFO90503 and note usage; improve notes on EFO sound boards (nw) AJR2017-01-141-1/+5
* Add DAC08 type for future reference (nw) AJR2017-01-131-0/+1
* More DAC identification and Namco sound research (nw) AJR2017-01-132-0/+11
* Merge pull request #1963 from ajrhacker/wms_dac R. Belmont2017-01-121-0/+1
|\
| * More DAC identification and sound stuff AJR2017-01-121-0/+1
* | Use s32 instead of int32_t for consistency (nw) AJR2017-01-111-2/+2
* | MSM5205 architectural cleanups (nw) AJR2017-01-102-69/+113
|/
* first srcclean pass (nw) Vas Crabb2016-12-252-17/+17
* wtf? (nw) Olivier Galibert2016-12-241-4/+0
* votrax sc01: Simulate [O. Galibert] Olivier Galibert2016-12-242-1216/+877
* konamigx: fix sound CPU hanging on state load Scott Percival2016-12-222-0/+11
* beezer: Rewrite driver Dirk Best2016-12-124-0/+338
* Create new 74LS157 device and hook it up to MSM5205 on Rastan AJR2016-12-022-0/+9
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-2427-53/+53
* typo fix (nw) Lord-Nightmare2016-11-231-1/+1
* Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-2/+2
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-2/+2
* gah, balance properly (nw) Vas Crabb2016-11-191-1/+1
* Another one (nw) Vas Crabb2016-11-191-2/+2
* Fix up these (nw) Vas Crabb2016-11-193-17/+17
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-1/+1
* Revert "using of IS_ENABLED in files used in tiny build (nw)" Miodrag Milanovic2016-11-122-12/+12
* Revert "Use true/false if type used is bool (nw)" Miodrag Milanovic2016-11-121-2/+2
* Use true/false if type used is bool (nw) Miodrag Milanovic2016-11-111-2/+2
* using of IS_ENABLED in files used in tiny build (nw) Miodrag Milanovic2016-11-112-12/+12
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-065-6/+6
* Fixed crash because nes_apu was always binding to root_device() before the n2... smf-2016-11-052-19/+2
* replaced machine().driver_data()->generic_space() with machine().dummy_space(... smf-2016-11-031-2/+2
* Use osd_getenv instead of getenv (nw) Miodrag Milanovic2016-11-021-2/+2
* removed msm5205 volume trampoline (nw) smf-2016-10-292-6/+0
* removed cdda volume trampolines (nw) smf-2016-10-292-24/+0
* Misc typo fixes. Jordi Mallach2016-10-271-1/+1
* srcclean (nw) Vas Crabb2016-10-232-8/+8
* Erase bitmap_rgb32::erase (nw) AJR2016-10-221-1/+1
* Improvements to rgb_t (nw) AJR2016-10-221-1/+1