summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/es5503.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-50/+49
* es5503: Make the number of output channels configurable [O. Galibert] Olivier Galibert2012-11-231-52/+50
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* es5503: Fix IRQ timing error introduced when I did the device conversion. [R.... R. Belmont2012-09-141-15/+16
* es5503: Preserve phase when oscillators loop [R. Belmont] R. Belmont2012-09-081-7/+19
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* [MT #4636] es5503: Clear all oscillator params on reset [R. Belmont] R. Belmont2012-02-021-1/+8
* Cleanups and version bumpmame0143u5 Angelo Salese2011-09-061-1/+1
* es5503: fixes from MESS (nw) R. Belmont2011-09-041-2/+3
* es5503: converted to modern device, improved IRQ timing [R. Belmont] R. Belmont2011-09-021-224/+152
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* es5503: Properly mask oscillator enable bits when setting. [R. Belmont] R. Belmont2011-04-241-1/+1
* BIG update. Aaron Giles2011-03-291-2/+2
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-10/+10
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* 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
* 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-6/+5
* running_device -> device_t Aaron Giles2010-12-311-4/+4
* 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-7/+5
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-5/+5
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-5/+2
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* Sound cores compile cleanly. Aaron Giles2009-03-121-3/+3
* Ok, this is The Big One. Aaron Giles2009-02-111-36/+35
* 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: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2009-01-141-9/+0
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-141-2/+0
* 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-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-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-10/+10
* 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-13/+10
* Terminology cleanup. "Machine" handlers are now "space" handlers. Aaron Giles2008-11-151-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-3/+3
* From AtariAce: Aaron Giles2008-11-131-5/+5
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-3/+3
* more sound core structure/renaming updates. Derrick Renaud2008-08-091-1/+1
* 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-4/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-2/+1
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-2/+3