summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Expose sound buffer and samplerate to luaengine (#5497) feos2019-08-171-0/+3
* sound_stream::sample_rate() was broken since adding support for setting a zer... smf-2018-08-091-1/+1
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-2/+1
* New way to provide DAC reference inputs (nw) AJR2018-01-101-1/+2
* general cleanup: Vas Crabb2017-05-231-5/+2
* XML refactoring: Vas Crabb2016-12-111-2/+2
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-32/+32
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-27/+27
* simple_list to vector in sound (nw) Miodrag Milanovic2016-06-191-4/+3
* Machine management cleanups AJR2016-04-251-0/+2
* 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-1/+1
* Have sound_stream::input_name return the std::string it constructs AJR2016-01-241-1/+1
* modernized configuration_manager (nw) Miodrag Milanovic2016-01-101-2/+2
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-1/+1
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-1/+1
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-11/+11
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-1/+1
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-1/+1
* got rid of legacy STREAM_UPDATE, created stream_update_delegate and now Miodrag Milanovic2014-04-301-9/+4
* konamigx: Reverb me harder baby! [O. Galibert] Olivier Galibert2014-04-081-17/+27
* flagged STREAM_UPDATE as legacy (nw) Oliver Stöneberg2014-03-241-0/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-43/+43
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-1/+1
* 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