summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Separated user gain from input gain. Added more functions to Aaron Giles2012-04-261-20/+20
* Make all items connected to mixer inputs available in the UI, not just items Aaron Giles2012-02-281-7/+6
* Latest delegate changes removed the need for bindable_object, so Aaron Giles2011-04-291-1/+1
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-6/+6
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-0/+1
* BIG update. Aaron Giles2011-03-291-2/+2
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-13/+13
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-1/+1
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-187/+223
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-7/+7
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-14/+4
* directly casting to UINT caused compile-time negative values to become 0 Michaƫl Banaan Ananas2010-07-051-3/+3
* Modified way device_type constants are defined in order to get unidasm compil... Miodrag Milanovic2010-06-291-1/+1
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-6/+6
* Changed device name from an overridable function to a parameter passed to Aaron Giles2010-06-251-3/+0
* 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-102/+147
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+8
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-6/+6
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-2/+4
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-4/+4
* [from AtariAce] Aaron Giles2009-08-301-4/+4
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-6/+0
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-4/+4
* Modified the makefile to support experimental optional C++ Aaron Giles2009-02-281-1/+1
* Added the ability for devices to have their own custom inline config management. Aaron Giles2009-02-161-8/+14
* Ok, this is The Big One. Aaron Giles2009-02-111-17/+109
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-111-5/+5
* Added macros to define device functions. Updated existing devices Aaron Giles2008-03-011-2/+2
* Converted MACHINE_DRIVER definitions from function Aaron Giles2008-02-261-1/+19
* sound: Couriersud2008-01-201-0/+1
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+89