summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/disound.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-11/+1
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-9/+7
* Route sound relative to current device. Vas Crabb2018-05-011-14/+17
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-7/+10
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-18/+0
* New way to provide DAC reference inputs (nw) AJR2018-01-101-0/+18
* Minor core cleanups (nw) AJR2017-07-131-2/+2
* general cleanup: Vas Crabb2017-05-231-2/+0
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-14/+14
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-0/+2
* simple_list to std::vector (nw) Miodrag Milanovic2016-06-171-6/+3
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-3/+0
* Avoid auto return types; silence some unused variable warnings (nw) AJR2016-03-311-1/+1
* Iterate over core classes C++11 style AJR2016-03-311-2/+2
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-7/+7
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-1/+1
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-1/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-10/+5
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-15/+15
* Separated user gain from input gain. Added more functions to Aaron Giles2012-04-261-0/+2
* Broke dependency between mcr68 and mcr by creating Aaron Giles2012-04-171-5/+11
* Make all items connected to mixer inputs available in the UI, not just items Aaron Giles2012-02-281-0/+3
* Create a new device_mixer_interface, derived from device_sound_interface, Aaron Giles2012-02-251-0/+25
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-1/+3
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-0/+3
* Various memory leaks and unnecessary checks removed by Oliver Stoneberg (no w... Miodrag Milanovic2011-08-141-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-35/+12
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-1/+1
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-1/+1
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-2/+2
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-22/+28
* Added a virtual stream update function to the device sound interface. Aaron Giles2011-01-211-0/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-14/+14
* Moved sound routing for non-speaker devices over to the Aaron Giles2010-09-081-0/+1
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-2/+2
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-4/+6
* Cleanups and version bump. Aaron Giles2010-06-171-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-0/+161