summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* disound.cpp, sound.cpp, speaker.cpp: Use fill_n and resize to zero memory ins... AJR2019-11-241-18/+12
* callback after sound update has generated new samples feos2019-09-241-0/+3
* Expose sound buffer and samplerate to luaengine (#5497) feos2019-08-171-4/+20
* -keyboard/a1200, changela, goldnpkr, m68705prg, mexico86, pipeline, pitnrun, ... mooglyguy2018-12-141-2/+2
* Fix setting sample rate back to zero & crash for synchronous streams when rat... smf-2018-07-291-16/+45
* Revert part of 20b5f5d0e6f73b9ce6fffa4fc5dbe3f2b83d2a27 Olivier Galibert2018-07-291-31/+8
* vgmplay: start all clocks at zero and reset all sound chips on a song change ... smf-2018-07-271-8/+31
* sound.cpp: Turn this check into an assert now that the caller should prevent ... AJR2018-05-151-3/+1
* sound.cpp: Perform the sanity check from a0137c10da45fe10e52f9debcf00b266f223... AJR2018-05-151-3/+3
* sound: If stream->update() is done going back in time (originating from Olivier Galibert2018-05-151-0/+3
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-13/+17
* New way to provide DAC reference inputs (nw) AJR2018-01-101-17/+13
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* XML refactoring: Vas Crabb2016-12-111-7/+7
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-27/+27
* Turn xmlfile API into something that looks like C++ Vas Crabb2016-11-171-7/+7
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-6/+6
* Reverting part of changes from previous commits as described in mail on list ... Miodrag Milanovic2016-10-231-1/+1
* there you go (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-27/+27
* some bool <-> int not needed conversions, also cleaned drivenum.* was using m... Miodrag Milanovic2016-10-211-1/+1
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-2/+2
* simple_list to vector in sound (nw) Miodrag Milanovic2016-06-191-6/+7
* Machine management cleanups AJR2016-04-251-4/+23
* Move a few odds and ends out of the emu core AJR2016-04-231-1/+1
* Iterate over devices C++11 style AJR2016-04-181-11/+10
* Add AVI writing to bgfx, nw therealmogminer@gmail.com2016-04-171-0/+1
* Iterate over core classes C++11 style AJR2016-03-311-4/+4
* removed double string in some instances of "Fatal error: Error: x" hap2016-03-201-2/+2
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-3/+3
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-7/+6
* Have sound_stream::input_name return the std::string it constructs AJR2016-01-241-2/+4
* reverting: Miodrag Milanovic2016-01-201-3/+3
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* modernized configuration_manager (nw) Miodrag Milanovic2016-01-101-5/+5
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-3/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-53/+53
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-3/+3
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-2/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1104