summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/disound.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Much more core std::string_view modernization AJR2021-01-201-5/+5
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-3/+3
* disound: Create m_specified_inputs_mask to track which inputs have been speci... Aaron Giles2020-10-181-10/+16
* Complete sound modernization of remaining devices. Legacy callbacks and strea... Aaron Giles2020-09-281-17/+1
* sound: Some optimizations for common cases Aaron Giles2020-09-171-0/+7
* Revert "sound: Improved view interfaces to match usage patterns" Aaron Giles2020-09-171-3/+3
* sound: Improved view interfaces to match usage patterns Aaron Giles2020-09-171-3/+3
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-23/+75
* Revert "Add an overload to input_to_stream_input in disound.cpp, fixes the in... Lord-Nightmare2020-08-131-26/+0
* Add an overload to input_to_stream_input in disound.cpp, fixes the input_gain... Lord-Nightmare2020-08-121-0/+26
* emu: correct some file headers (nw) hap2020-06-191-1/+1
* fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-1/+1
* disound.cpp, sound.cpp, speaker.cpp: Use fill_n and resize to zero memory ins... AJR2019-11-241-1/+1
* (nw) add doxygen comments for a bunch of core stuff, and convert a bunch of c... Vas Crabb2019-10-161-17/+17
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-7/+8
* -keyboard/a1200, changela, goldnpkr, m68705prg, mexico86, pipeline, pitnrun, ... mooglyguy2018-12-141-2/+2
* disound: added getters for input/output gain (nw) hap2018-11-041-0/+26
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+6
* Route sound relative to current device. Vas Crabb2018-05-011-56/+62
* Bind devcb relative to current device. This is probably going to break Vas Crabb2018-05-011-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-34/+0
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-62/+0
* New way to provide DAC reference inputs (nw) AJR2018-01-101-0/+62
* Minor core cleanups (nw) AJR2017-07-131-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* simple_list to vector in sound (nw) Miodrag Milanovic2016-06-191-27/+27
* simple_list to std::vector (nw) Miodrag Milanovic2016-06-171-28/+27
* Iterate over devices C++11 style AJR2016-04-181-19/+17
* Iterate over core classes C++11 style AJR2016-03-311-50/+50
* disound: Don't crash on state load when the mixer is disabled by lack of inpu... Olivier Galibert2016-02-041-1/+4
* reverting: Miodrag Milanovic2016-01-201-4/+4
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-4/+4
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-26/+26
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+471