summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/scsp.c
Commit message (Expand)AuthorAgeFilesLines
* 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-5/+5
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-238/+237
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-2/+2
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-3/+3
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-1/+1
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-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-8/+6
* SCSP updates [PluginNinja] R. Belmont2010-04-251-38/+50
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-7/+7
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-1/+1
* Added casting operators to the region_info class so you can assign Aaron Giles2010-01-161-2/+2
* Within src/emu, basic conversions: Aaron Giles2010-01-121-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-60/+60
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-1/+1
* Remove remaining references to machine->cpu[n]. Removed cpu[n] array. Aaron Giles2009-09-081-4/+4
* Bulk change alert. Aaron Giles2009-04-261-4/+2
* Sound cores compile cleanly. Aaron Giles2009-03-121-4/+4
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Ok, this is The Big One. Aaron Giles2009-02-111-63/+46
* 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-3/+3
* 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
* Re-order SCSP init to fix crash. R. Belmont2008-12-131-18/+16
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-121-5/+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
* Some more driver conversions to new functions. Aaron Giles2008-11-231-6/+6
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-3/+5
* From AtariAce: Aaron Giles2008-11-131-5/+5
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-2/+3
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-9/+9
* Moved region post-processing back to the end. Fixes endian issue on Aaron Giles2008-07-291-1/+3
* 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/+6
* 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-051-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-14/+17
* 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-04-241-1/+1