summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/okim6376.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-26/+24
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-1/+1
* 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/+49
* Fixed independent channel volumes in Okim6376 sound chip, used by the games f... Angelo Salese2011-08-171-3/+7
* This is a temporary fix for Mating Game which disables the 'Line Zero' interr... Angelo Salese2011-06-281-0/+21
* Fixed NAR timing in OKIM6376 to match datasheet figures. [J. Wallace] Angelo Salese2011-06-191-129/+122
* Added proper channel 2 support, and logging capabilities to OKIM6376. [J.Wall... Angelo Salese2011-06-151-17/+53
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-5/+5
* Added echo emulation to the OkiM6376 sound chip [J. Wallace] Angelo Salese2011-06-051-84/+183
* BIG update. Aaron Giles2011-03-291-1/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-8/+8
* 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-3/+3
* 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
* Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] Scott Stone2010-04-231-2/+2
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* Added casting operators to the region_info class so you can assign Aaron Giles2010-01-161-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-4/+2
* The other larger patch adds missing static and const qualifiers, and Aaron Giles2009-06-081-1/+1
* Sound cores compile cleanly. Aaron Giles2009-03-121-1/+1
* Ok, this is The Big One. Aaron Giles2009-02-111-151/+38
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-3/+0
* Fixed clamping to 12 bit range to Okim6376, and adjusted Mirko Buffoni2009-01-211-8/+8
* Sound cores no longer allocate their own tokens. Instead they return a new Aaron Giles2009-01-181-5/+3
* Fixed MSM6376 distorted playback. Phil Bennett2009-01-121-38/+44
* Added OKIM6376 emulation ADPCM Speech Synthesizer [Mirko Buffoni] Mirko Buffoni2009-01-121-0/+611