summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/c352.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-20/+20
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* changed c352 internal clockdivider after latests guru measurements Michaƫl Banaan Ananas2011-09-191-2/+2
* C352: don't try to play zero-length samples [Phil Bennett] R. Belmont2011-09-031-7/+10
* Port from MESS, nw Angelo Salese2011-06-281-1/+1
* Convert Namco C352 to modern C++ device [R. Belmont] R. Belmont2011-06-261-244/+168
* BIG update. Aaron Giles2011-03-291-1/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-17/+17
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-4/+3
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* 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-7/+5
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Added casting operators to the region_info class so you can assign Aaron Giles2010-01-161-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-2/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* Sound cores compile cleanly. Aaron Giles2009-03-121-1/+1
* Ok, this is The Big One. Aaron Giles2009-02-111-34/+34
* 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/+3
* 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-8/+8
* 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-25/+21
* This patch furthers the process of aligning the sound cores with the Aaron Giles2008-12-041-3/+2
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-19/+19
* From AtariAce: Aaron Giles2008-11-131-5/+5
* C352 cleanups Aaron Giles2008-09-111-10/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-2/+2
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-8/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-2/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-051-2/+3
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-1/+1
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* (From Atari Ace) Aaron Giles2007-12-311-30/+11
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+643