summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/2203intf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-9/+7
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-1/+1
* Memory handler normalization, part 1. Aaron Giles2012-09-171-4/+4
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-27/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-2/+58
* * Fully modernized segahang. Aaron Giles2012-08-101-3/+5
* 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-4/+4
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-3/+3
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-2/+2
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-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-2/+2
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-2/+2
* 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-8/+6
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+0
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+1
* Sound cores compile cleanly. Aaron Giles2009-03-121-15/+15
* Cleanups and version bump.mame0129u4 Aaron Giles2009-02-171-1/+1
* Ok, this is The Big One. Aaron Giles2009-02-111-195/+56
* 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-12/+6
* 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-5/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-181-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-121-2/+3
* 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/+2
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-2/+2
* This patch furthers the process of aligning the sound cores with the Aaron Giles2008-12-041-3/+3
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-2/+2
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-4/+4
* From AtariAce: Aaron Giles2008-11-131-9/+9
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-76/+76
* more sound core structure/renaming updates. Derrick Renaud2008-08-091-1/+1
* Some more structure/naming updates of sound cores. Derrick Renaud2008-08-091-3/+3
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-1/+1
* Cleanups for 0.124u4. Aaron Giles2008-04-241-2/+2
* AY-3-8910 rewrite: Couriersud2008-04-221-2/+10
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-2/+3
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-10/+10
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-10/+10