summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/okim6376.c
Commit message (Expand)AuthorAgeFilesLines
* 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