summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/okim9810.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-324/+324
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* "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-58/+19
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-1/+1
* BIG update. Aaron Giles2011-03-291-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-24/+24
* OKI MSM9810 : Implemented PAN command and stereo mixing. [Andrew Gardner] Andrew Gardner2011-02-271-20/+29
* OKI MSM9810: Implemented on-chip interpolation & status read. [Andrew Gardner] Andrew Gardner2011-02-241-57/+124
* Not worth mentioning. OKI bugfix. Cleanup. Andrew Gardner2011-02-231-34/+69
* OKI MSM9810: Added OPT command. [Andrew Gardner] Andrew Gardner2011-02-201-7/+29
* OKI MSM9810 : Added sub-table lookups. [Andrew Gardner] Andrew Gardner2011-02-171-2/+37
* OKI MSM9810 : Added preliminary ADPCM2 support. [Andrew Gardner, Lord Nightmare] Andrew Gardner2011-02-131-99/+27
* OKI MSM9810 : Added and hooked up volume table. [Andrew Gardner] Andrew Gardner2011-02-111-5/+26
* Removed short name as parameter from device_config this way it is not mandato... Miodrag Milanovic2011-02-111-1/+1
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-1/+1
* Added a new sound device: Oki MSM9810. Emulation is not yet perfect. Andrew Gardner2011-02-101-0/+478