summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/digitalk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-24/+23
* Additional modernization (thanks OG). (nw) Andrew Gardner2013-02-031-1/+1
* Modernized digitalker, x1_010, tiaintf, and n63701x sound devices. [Andrew Ga... Andrew Gardner2013-02-021-254/+216
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-3/+1
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-1/+1
* Pass 2 of struct modernization. Aaron Giles2012-09-151-2/+2
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-15/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-2/+40
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* BIG update. Aaron Giles2011-03-291-2/+2
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-21/+21
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-2/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-311-6/+6
* 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/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+3
* 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-6/+6
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-2/+1
* Digitalker mode 2 fix Olivier Galibert2009-06-011-3/+6
* Sound cores compile cleanly. Aaron Giles2009-03-121-1/+1
* Ok, this is The Big One. Aaron Giles2009-02-111-35/+35
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-2/+0
* Sound cores no longer allocate their own tokens. Instead they return a new Aaron Giles2009-01-181-3/+3
* Cleanups and version bump.mame0129u1 Aaron Giles2009-01-151-6/+6
* Added digitalker support to scorpion driver. [Olivier Galibert] Aaron Giles2009-01-141-0/+708