| Commit message (Expand) | Author | Age | Files | Lines |
* | Fairly significant overhaul of Lua engine and some cleanup. |  Vas Crabb | 2020-11-25 | 1 | -2/+2 |
* | disound: Create m_specified_inputs_mask to track which inputs have been speci... |  Aaron Giles | 2020-10-18 | 1 | -0/+1 |
* | Complete sound modernization of remaining devices. Legacy callbacks and strea... |  Aaron Giles | 2020-09-28 | 1 | -2/+0 |
* | Disable SOUND_DEBUG for non-debug builds, and srcclean |  Vas Crabb | 2020-09-27 | 1 | -1/+1 |
* | Significant internal changes to sound streams (#7169) |  Aaron Giles | 2020-09-13 | 1 | -5/+13 |
* | Revert "Add an overload to input_to_stream_input in disound.cpp, fixes the in... |  Lord-Nightmare | 2020-08-13 | 1 | -4/+1 |
* | Add an overload to input_to_stream_input in disound.cpp, fixes the input_gain... |  Lord-Nightmare | 2020-08-12 | 1 | -1/+4 |
* | -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... |  MooglyGuy | 2019-07-02 | 1 | -14/+0 |
* | Start cleaning up palette configuration: |  Vas Crabb | 2018-12-29 | 1 | -0/+8 |
* | disound: added getters for input/output gain (nw) |  hap | 2018-11-04 | 1 | -0/+2 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -11/+1 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 1 | -9/+7 |
* | Route sound relative to current device. |  Vas Crabb | 2018-05-01 | 1 | -14/+17 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -7/+10 |
* | This causes huge changes in behaviour that can't be hand-waved away. |  Vas Crabb | 2018-01-13 | 1 | -18/+0 |
* | New way to provide DAC reference inputs (nw) |  AJR | 2018-01-10 | 1 | -0/+18 |
* | Minor core cleanups (nw) |  AJR | 2017-07-13 | 1 | -2/+2 |
* | general cleanup: |  Vas Crabb | 2017-05-23 | 1 | -2/+0 |
* | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -14/+14 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -7/+7 |
* | DAC WIP, started documenting the DACs in use. [smf] |  smf- | 2016-10-17 | 1 | -0/+2 |
* | simple_list to std::vector (nw) |  Miodrag Milanovic | 2016-06-17 | 1 | -6/+3 |
* | Eliminate device_t::static_config, a type-unsafe legacy feature. |  AJR | 2016-04-14 | 1 | -3/+0 |
* | Avoid auto return types; silence some unused variable warnings (nw) |  AJR | 2016-03-31 | 1 | -1/+1 |
* | Iterate over core classes C++11 style |  AJR | 2016-03-31 | 1 | -2/+2 |
* | clang-modernize part 1 (nw) |  Miodrag Milanovic | 2015-12-03 | 1 | -7/+7 |
* | moved all to std::string (nw) |  Miodrag Milanovic | 2015-04-22 | 1 | -1/+1 |
* | Replace dynamic_array with std::vector [O. Galibert] |  Olivier Galibert | 2015-04-14 | 1 | -1/+1 |
* | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
* | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 1 | -10/+5 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -15/+15 |
* | Separated user gain from input gain. Added more functions to |  Aaron Giles | 2012-04-26 | 1 | -0/+2 |
* | Broke dependency between mcr68 and mcr by creating |  Aaron Giles | 2012-04-17 | 1 | -5/+11 |
* | Make all items connected to mixer inputs available in the UI, not just items |  Aaron Giles | 2012-02-28 | 1 | -0/+3 |
* | Create a new device_mixer_interface, derived from device_sound_interface, |  Aaron Giles | 2012-02-25 | 1 | -0/+25 |
* | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -1/+3 |
* | Major bitmap-related changes throughout the system. There are |  Aaron Giles | 2012-01-12 | 1 | -0/+3 |
* | Various memory leaks and unnecessary checks removed by Oliver Stoneberg (no w... |  Miodrag Milanovic | 2011-08-14 | 1 | -1/+1 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -35/+12 |
* | Converted core_options to a class. Removed a bunch of marginal |  Aaron Giles | 2011-03-03 | 1 | -1/+1 |
* | mame_file is now emu_file and is a class. It is required |  Aaron Giles | 2011-02-12 | 1 | -1/+1 |
* | Cleanups and version bump.mame0141u2 |  Aaron Giles | 2011-02-09 | 1 | -2/+2 |
* | C++-ified the sound and streams interfaces. Combined sound.c and streams.c |  Aaron Giles | 2011-01-27 | 1 | -22/+28 |
* | Added a virtual stream update function to the device sound interface. |  Aaron Giles | 2011-01-21 | 1 | -0/+3 |
* | MDRV_* -> MCFG_* |  Aaron Giles | 2010-12-31 | 1 | -14/+14 |
* | Moved sound routing for non-speaker devices over to the |  Aaron Giles | 2010-09-08 | 1 | -0/+1 |
* | Remove artificial SOUND_ prefix from sound device names. |  Aaron Giles | 2010-09-02 | 1 | -2/+2 |
* | De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining |  Aaron Giles | 2010-08-26 | 1 | -4/+6 |
* | Cleanups and version bump. |  Aaron Giles | 2010-06-17 | 1 | -4/+4 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -0/+161 |