summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/k054539.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-16/+16
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Clean-ups and version bump (yes, I know, it's too late)mame0145u4 Angelo Salese2012-03-111-8/+8
* k054539: Uncross the streams [O. Galibert] Olivier Galibert2012-03-051-165/+134
* k054539: Modernize [O. Galibert] Olivier Galibert2012-03-041-329/+177
* (Finally found the time to finish this....) Aaron Giles2011-05-301-7/+7
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-3/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* BIG update. Aaron Giles2011-03-291-12/+12
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-3/+3
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-2/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+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/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-9/+7
* 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-7/+3
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-2/+1
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-7/+7
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Sound cores compile cleanly. Aaron Giles2009-03-121-13/+16
* Cleanups and version bump.mame0129u4 Aaron Giles2009-02-171-1/+1
* Ok, this is The Big One. Aaron Giles2009-02-111-64/+48
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-1/+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-23/+23
* 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-2/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-7/+12
* This patch furthers the process of aligning the sound cores with the Aaron Giles2008-12-041-1/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-3/+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-51/+51
* 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/+7
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-1/+1
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-2/+3
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* (inspired by Firewave) Aaron Giles2008-01-031-1/+1
* (From Atari Ace) Aaron Giles2007-12-311-10/+7
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-2/+2