summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/s2636.c
Commit message (Expand)AuthorAgeFilesLines
* Merged s2636 video and sound implementations and moved them to machine/ (nw) Ivan Vangelista2013-08-131-87/+0
* Modernized s2636 sound device. (nw) Ivan Vangelista2013-08-061-80/+46
* 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-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-8/+6
* 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-17/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-2/+40
* BIG update. Aaron Giles2011-03-291-2/+2
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-2/+2
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-3/+2
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-2/+2
* Added sound support to Signetics S2636 (by using VC4000 sound support from ME... mariuszw12010-08-121-0/+103