summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/vlm5030.c
Commit message (Expand)AuthorAgeFilesLines
* update for Tatsuyuki Satoh (nw) Miodrag Milanovic2015-05-261-1/+1
* sorted out more (nw) Miodrag Milanovic2015-05-141-1/+1
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* changed vlm5030_device pin read/write functions to READ/WRITE_LINE Michaël Banaan Ananas2014-08-051-10/+9
* removed not needed parameter from stream_alloc (nw) Miodrag Milanovic2014-04-301-1/+1
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-4/+4
* renamed tms5110r.c to tms5110r.inc Oliver Stöneberg2014-03-191-1/+1
* vlm5030: remove silly config interface (nw) Alex W. Jackson2014-02-031-26/+2
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-1/+1
* Modernized the vlm5030 speech synthesizer chip. [Osso] Scott Stone2013-07-161-424/+366
* 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-28/+26
* 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-27/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-2/+49
* Added tables from vlm5030 as verified by decap from ogoun. Adapted vlm5030 to... Jonathan Gevaryahu2011-10-161-62/+22
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-3/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* BIG update. Aaron Giles2011-03-291-4/+4
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-19/+19
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-3/+2
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-2/+2
* running_device -> device_t Aaron Giles2010-12-311-7/+7
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-1/+1
* Add IC pinout to VLM5030 driver. Still need translation of the datasheet for ... Jonathan Gevaryahu2010-08-161-1/+35
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-8/+6
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-8/+8
* Added casting operators to the region_info class so you can assign Aaron Giles2010-01-161-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Sound cores compile cleanly. Aaron Giles2009-03-121-19/+19
* Ok, this is The Big One. Aaron Giles2009-02-111-45/+45
* 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-5/+3
* Removed redundant config parameter from SND_START. Aaron Giles2009-01-181-1/+1
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-9/+9
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-181-10/+10
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-121-2/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-101-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-21/+21
* This patch furthers the process of aligning the sound cores with the Aaron Giles2008-12-041-7/+12
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-19/+19
* Hooked up disconnected reset functions. Aaron Giles2008-11-131-15/+15
* From AtariAce: Aaron Giles2008-11-131-8/+9