summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/disound.c
Commit message (Expand)AuthorAgeFilesLines
* 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