summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/s14001a.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-8/+6
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-1/+1
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Pass 2 of struct modernization. Aaron Giles2012-09-151-2/+2
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-19/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-2/+40
* deprecat.h Angelo Salese2011-12-071-1/+1
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* rm garbage/unused array. NW Michaël Banaan Ananas2011-07-221-5/+0
* BIG update. Aaron Giles2011-03-291-1/+1
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-1/+1
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-7/+6
* running_device -> device_t Aaron Giles2010-12-311-6/+6
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-1/+1
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+4
* Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] Scott Stone2010-04-231-2/+2
* Cleanups and version bump. Aaron Giles2010-01-281-1/+1
* Fixed compile for s14001a.c and updated MESS dependent code in wave.c (no wha... Miodrag Milanovic2010-01-271-6/+6
* comment was cut off. no whatsnew. Jonathan Gevaryahu2010-01-271-1/+1
* s14001a: updated comments; got rid of the squealing noise (hidden behind a #d... Jonathan Gevaryahu2010-01-271-11/+23
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-6/+6
* Added casting operators to the region_info class so you can assign Aaron Giles2010-01-161-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+1
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Sound cores compile cleanly. Aaron Giles2009-03-121-1/+1
* Ok, this is The Big One. Aaron Giles2009-02-111-30/+31
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-2/+0
* Sound cores no longer allocate their own tokens. Instead they return a new Aaron Giles2009-01-181-5/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-141-2/+0
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-5/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-181-2/+2
* 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
* Update comments Jonathan Gevaryahu2008-12-041-3/+5
* This patch furthers the process of aligning the sound cores with the Aaron Giles2008-12-041-3/+2
* S14001a: Update notes a bit to clarify speech bus stuff, mostly completed the... Jonathan Gevaryahu2008-11-281-61/+73
* From AtariAce: Aaron Giles2008-11-131-5/+5
* s14001a.c: added chip pinout and operation notes. Jonathan Gevaryahu2008-11-091-1/+85
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-5/+5
* Region classes go bye-bye. Aaron Giles2008-07-281-1/+1
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-5/+2
* s14001a.c: fix a minor bug with the 4-bit dac range. wolfpack clips again, an... Jonathan Gevaryahu2008-06-301-2/+6
* s14001a.c: Remove a TODO line for a bug which has been fixed. Jonathan Gevaryahu2008-06-301-1/+0
* Update S14001A core: improved filtering to be more accurate to the chip, chan... Jonathan Gevaryahu2008-06-301-16/+30
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* s14001a.c - updated comments and version Jonathan Gevaryahu2008-05-131-3/+5
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-2/+2
* Sorry, broke Wolfpack -- one line fix Zsolt Vasvari2008-01-241-1/+1