summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/gaelco.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-12/+12
* Reverted last change (nw). Andrew Gardner2012-12-291-2/+2
* Modernize Gaelco sound devices. [Andrew Gardner] Andrew Gardner2012-12-281-128/+65
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-4/+2
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-55/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-3/+62
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* BIG update. Aaron Giles2011-03-291-4/+4
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-3/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-1/+1
* Removed global variables from gaelco, namco, and nile sound cores. Aaron Giles2010-08-041-23/+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-11/+4
* 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-1/+1
* 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-1/+1
* Sound cores compile cleanly. Aaron Giles2009-03-121-3/+3
* Ok, this is The Big One. Aaron Giles2009-02-111-65/+46
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-5/+3
* Sound cores no longer allocate their own tokens. Instead they return a new Aaron Giles2009-01-181-5/+5
* Removed redundant config parameter from SND_START. Aaron Giles2009-01-181-4/+4
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-12/+12
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-181-5/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-101-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-071-1/+0
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-5/+5
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-2/+2
* From AtariAce: Aaron Giles2008-11-131-13/+13
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* more sound core structure/renaming updates. Derrick Renaud2008-08-091-1/+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-6/+8
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-07-241-13/+9
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+2
* Copyright cleanup: Aaron Giles2008-01-061-2/+2
* (From Atari Ace) Aaron Giles2007-12-311-17/+10
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+377