summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound.c
Commit message (Expand)AuthorAgeFilesLines
* Fix 01815: All Sets: Saved machine states do not properly adjust to changes i... Aaron Giles2008-05-221-0/+14
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-5/+5
* Added uncompressed AVI recording. Extended aviio to be able Aaron Giles2008-05-131-0/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-1/+1
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-04-021-2/+2
* Fix chicken and egg problem with device_start callbacks. Aaron Giles2008-03-171-6/+17
* fix loading mixer settings when the driver default value is calculated. Canno... Nicola Salmoria2008-03-111-1/+1
* debug build - fixed compilation error and warning. Tomasz Slanina2008-03-061-1/+1
* Changed device interfaces to pass the device_config * rather Aaron Giles2008-03-061-2/+2
* Added macros to define device functions. Updated existing devices Aaron Giles2008-03-011-7/+8
* Spacing and version bump.mame0123u3 Aaron Giles2008-02-281-1/+1
* Converted MACHINE_DRIVER definitions from function Aaron Giles2008-02-261-86/+117
* Remove some deprecat.h includes from osd layer: Couriersud2008-02-231-1/+1
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-5/+5
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* This updates makes the text displayed by the various UI sliders more intellig... Zsolt Vasvari2008-01-211-3/+24
* sound: Couriersud2008-01-201-3/+14
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* (From Atari Ace) Aaron Giles2007-12-311-5/+1
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+955