summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/wave.c
Commit message (Expand)AuthorAgeFilesLines
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-5/+4
* Moved image devices implementation and related UI functions to emu section fr... Miodrag Milanovic2011-01-051-7/+1
* Removed need for messdrv.h (no whatsnew) Miodrag Milanovic2010-07-051-1/+0
* Imported image related utils from MESS into /lib/util [Miodrag Milanovic] Miodrag Milanovic2010-07-051-1/+0
* Fixed bad cassette wave sound [Robbbert] Miodrag Milanovic2010-06-231-13/+25
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* Fixed compile for s14001a.c and updated MESS dependent code in wave.c (no wha... Miodrag Milanovic2010-01-271-2/+2
* Fixed compilation error. Curt Coder2010-01-191-2/+2
* - Added MESS dependent code missing in emu.h Miodrag Milanovic2010-01-191-5/+5
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-4/+4
* Within src/emu, basic conversions: Aaron Giles2010-01-121-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Cleanups and version bump.mame0131u1 Aaron Giles2009-05-071-1/+1
* Converted the WAVE sound device to stereo (for MESS). Curt Coder2009-05-041-13/+18
* Sync with MESS Nathan Woods2009-03-081-2/+5
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Ok, this is The Big One. Aaron Giles2009-02-111-21/+11
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-1/+0
* Sound cores no longer allocate their own tokens. Instead they return a new Aaron Giles2009-01-181-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-141-1/+1
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-9/+9
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-181-6/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-2/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-101-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-1/+1
* This patch furthers the process of aligning the sound cores with the Aaron Giles2008-12-041-2/+2
* From AtariAce: Aaron Giles2008-11-131-5/+5
* Fix stupid compile error Wilbert Pol2008-09-101-1/+1
* MESS specific update. Wilbert Pol2008-09-101-4/+7
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-1/+1
* MESS specific change; part of MESS' device changeover Nathan Woods2008-03-301-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* (From Atari Ace) Aaron Giles2007-12-241-0/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+100