summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/okim9810.c
Commit message (Expand)AuthorAgeFilesLines
* updated licenses for most of devices (nw) Miodrag Milanovic2015-05-141-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* invqix.c: added save state support (nw) Ivan Vangelista2015-04-081-9/+1
* Cleanups and version bumpmame0160 Miodrag Milanovic2015-03-251-2/+2
* Added / improved save state support to the devices used in seta2.c. Save stat... Ivan Vangelista2015-03-211-2/+37
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-23/+23
* extended large amount of devices with shortname and source file data (nw) Miodrag Milanovic2013-06-211-1/+1
* 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