summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/es5506.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-402/+402
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-4/+2
* fix es5506 issue (no whatsnew) Miodrag Milanovic2012-09-101-1/+1
* Fixed inheritance (no whatsnew) Miodrag Milanovic2012-09-031-77/+17
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-57/+8
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-3/+115
* fixed some unread variable warnings reported by clang (no whatsnew) Oliver Stöneberg2012-08-091-1/+1
* stop spamming error.log Michaël Banaan Ananas2012-07-131-5/+7
* Removed es5505_set_channel_volume() hack (no whatsnew) Phil Bennett2012-06-021-6/+0
* es5505/6: actually use the ADC port read callback [R. Belmont] R. Belmont2012-05-271-5/+6
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-4/+4
* Added per-channel volume control to ES5505/ES5506 sound chip, and hooked it u... Angelo Salese2011-11-061-0/+5
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* BIG update. Aaron Giles2011-03-291-30/+30
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-33/+33
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-20/+20
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-10/+9
* Cleanups and version bump. Aaron Giles2011-01-011-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* running_device -> device_t Aaron Giles2010-12-311-6/+6
* Update the es5506.c driver with documentation on the capabilities of the Enso... Brian Troha2010-12-311-5/+80
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-4/+4
* 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-9/+7
* es5506.c: added save state to both ES5505 and ES5506 [Fabio Priuli] Fabio Priuli2010-02-201-1/+42
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-8/+8
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-6/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-7/+7
* Bulk change alert. Aaron Giles2009-04-261-6/+6
* Sound cores compile cleanly. Aaron Giles2009-03-121-6/+6
* Ok, this is The Big One. Aaron Giles2009-02-111-202/+93
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-4/+3
* Sound cores no longer allocate their own tokens. Instead they return a new Aaron Giles2009-01-181-11/+7
* Removed redundant config parameter from SND_START. Aaron Giles2009-01-181-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-141-3/+3
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-10/+10
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-181-10/+10
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-121-23/+28
* Here's the big one.... Aaron Giles2008-12-111-20/+21
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-101-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-3/+3
* This patch furthers the process of aligning the sound cores with the Aaron Giles2008-12-041-7/+7
* From AtariAce: Aaron Giles2008-11-131-24/+24
* Major cpuintrf changes: Aaron Giles2008-11-101-20/+20
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-20/+20
* more sound core structure/renaming updates. Derrick Renaud2008-08-091-3/+3
* Region classes go bye-bye. Aaron Giles2008-07-281-4/+4
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-9/+9