summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/disound.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* added missing \n to some more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-081-2/+2
* Clean-ups and version bumpmame0145u8 Miodrag Milanovic2012-05-071-1/+1
* Separated user gain from input gain. Added more functions to Aaron Giles2012-04-261-0/+31
* Broke dependency between mcr68 and mcr by creating Aaron Giles2012-04-171-8/+30
* Clean-ups and version bumpmame0145u2 Angelo Salese2012-02-261-4/+4
* Create a new device_mixer_interface, derived from device_sound_interface, Aaron Giles2012-02-251-6/+85
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-18/+9
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-0/+11
* Various memory leaks and unnecessary checks removed by Oliver Stoneberg (no w... Miodrag Milanovic2011-08-141-6/+6
* MCFG_SOUND_ROUTE now point relative to device (no whatsnew) Miodrag Milanovic2011-06-221-1/+3
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-94/+74
* BIG update. Aaron Giles2011-03-291-12/+12
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-1/+1
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-1/+1
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-12/+12
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-63/+165
* Added a virtual stream update function to the device sound interface. Aaron Giles2011-01-211-0/+11
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-2/+2
* Moved sound routing for non-speaker devices over to the Aaron Giles2010-09-081-0/+52
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-2/+2
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-30/+23
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-1/+1
* Cleanups and version bump. Aaron Giles2010-06-171-5/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-0/+226