summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/k007232.c
Commit message (Expand)AuthorAgeFilesLines
* updated licenses for most of devices (nw) Miodrag Milanovic2015-05-141-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* Touching all the candy again: [Alex Jackson] Alex W. Jackson2014-11-171-4/+3
* removed not needed parameter from stream_alloc (nw) Miodrag Milanovic2014-04-301-1/+1
* Some changes/corrections to device descriptions per Dev request (nw) Scott Stone2014-04-181-1/+1
* Some changes/corrections to device descriptions from MASH and Tafoid (nw) Scott Stone2014-04-171-1/+1
* Some changes/corrections to device descriptions from MASH and Tafoid (nw) Scott Stone2014-04-101-1/+1
* Converted k007232_device to devcb2 (nw) Ivan Vangelista2014-03-131-23/+4
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-2/+1
* extended large amount of devices with shortname and source file data (nw) Miodrag Milanovic2013-06-211-1/+1
* Modernized Konami 007232 sound device [Osso] Fabio Priuli2013-06-131-217/+175
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-091-1/+1
* made some of sound devices use device callbacks instead of function callbacks... Miodrag Milanovic2013-03-291-2/+5
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-271/+269
* 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
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-2/+2
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-30/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-2/+40
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* BIG update. Aaron Giles2011-03-291-1/+1
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-3/+2
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* 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-10/+8
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-4/+4
* Added casting operators to the region_info class so you can assign Aaron Giles2010-01-161-3/+3
* 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-3/+3
* Sound cores compile cleanly. Aaron Giles2009-03-121-2/+2
* 02929: All sets using k007232.c Sound Core: Garbled Music Phil Bennett2009-02-181-4/+5
* Ok, this is The Big One. Aaron Giles2009-02-111-66/+37
* 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
* Removed redundant config parameter from SND_START. Aaron Giles2009-01-181-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-101-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-3/+3
* This patch furthers the process of aligning the sound cores with the Aaron Giles2008-12-041-4/+3
* From AtariAce: Aaron Giles2008-11-131-5/+5
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-19/+19
* Region classes go bye-bye. Aaron Giles2008-07-281-3/+3
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-23/+24
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-3/+4
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+509