summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/es5506.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump Miodrag Milanovic2014-07-221-1/+1
* removed not needed parameter from stream_alloc (nw) Miodrag Milanovic2014-04-301-2/+2
* es550x_device: converted to devcb2 (nw) Ivan Vangelista2014-04-281-78/+31
* (MESS) kt76 updates: [R. Belmont, Guru] R. Belmont2014-04-061-0/+5
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-5/+2
* Modernized es5505/es5506 device. (nw) Ivan Vangelista2013-11-111-626/+711
* Added license tags to a few more files. Also converted many of OG's Aaron Giles2013-10-161-0/+2
* small DEVICE_RESET cleanups (nw) Oliver Stöneberg2013-08-031-6/+0
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-1/+1
* devlegcy.h usage cleanup (nw) Oliver Stöneberg2013-07-101-0/+1
* extended large amount of devices with shortname and source file data (nw) Miodrag Milanovic2013-06-211-4/+4
* es5510: Preliminary hookup to es5505/5506. Samples are passed through unchan... R. Belmont2013-06-141-23/+48
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-091-3/+3
* made some of sound devices use device callbacks instead of function callbacks... Miodrag Milanovic2013-03-291-16/+16
* 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