summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/aica.c
Commit message (Expand)AuthorAgeFilesLines
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-2/+1
* running_device -> device_t Aaron Giles2010-12-311-5/+5
* 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/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+5
* Cleanups and version bump. Aaron Giles2010-05-051-3/+3
* AICA updates: [PluginNinja] R. Belmont2010-04-251-87/+49
* 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-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-4/+4
* Bulk change alert. Aaron Giles2009-04-261-4/+2
* Sound cores compile cleanly. Aaron Giles2009-03-121-4/+4
* Ok, this is The Big One. Aaron Giles2009-02-111-73/+65
* 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
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-141-10/+3
* Fixed crash in aica games due to initialization code blowing away the device ... Aaron Giles2009-01-021-2/+0
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-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-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-121-6/+7
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-101-1/+1
* Hi mamedev, Aaron Giles2008-12-081-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-071-3/+3
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-4/+4
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-3/+3
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+3
* From AtariAce: Aaron Giles2008-11-131-6/+6
* Small Naomi update R. Belmont2008-11-031-1/+11
* AICA: fix sample addressing for the full 8 MB [kingshriek]. R. Belmont2008-10-191-1/+1
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-9/+9
* Some more structure/naming updates of sound cores. Derrick Renaud2008-08-091-2/+2
* Cleanups/version bump.mame0126u3 Aaron Giles2008-07-311-1/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-2/+2
* Removed all instances of regions with different class but equal names. Aaron Giles2008-07-281-1/+1
* Slowness is portable. R. Belmont2008-07-281-1/+1
* fixed inline of DecodeADPCM under visual studio. smf-2008-07-281-1/+1
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-6/+6
* AICA updates [Deunan Knute, ajax16384, R. Belmont] R. Belmont2008-07-281-46/+20
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-9/+13
* Fixed an envelope corner case in the SCSP and AICA (kingshriek) R. Belmont2008-05-031-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-03-241-2/+2
* Fix: 01529: AICA memory leak Zsolt Vasvari2008-03-171-3/+3
* Cleanups and version bump.mame0123u4 Aaron Giles2008-03-061-4/+4
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-1/+1
* Various clean ups: Couriersud2008-03-011-5/+11