summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/sn76477.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-2308/+0
* Update for Zsolt Vasvari (nw) Miodrag Milanovic2015-05-251-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
* converted sn76477 to use inline config. nw. Fabio Priuli2014-10-161-114/+16
* removed not needed parameter from stream_alloc (nw) Miodrag Milanovic2014-04-301-1/+1
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-1/+1
* Modernized the sn76477 sound device (nw) Ivan Vangelista2013-11-211-793/+682
* 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-214/+212
* 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/+49
* Improved SN76477 interface. [Curt Coder] Curt Coder2011-12-171-24/+24
* (Finally found the time to finish this....) Aaron Giles2011-05-301-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* BIG update. Aaron Giles2011-03-291-5/+5
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-3/+3
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-52/+52
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-39/+38
* running_device -> device_t Aaron Giles2010-12-311-32/+32
* 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/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+5
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-33/+33
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-33/+33
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+0
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-35/+34
* Results of running the latest srcclean. Aaron Giles2009-12-281-5/+5
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-1/+1
* [from AtariAce] Aaron Giles2009-08-301-1/+1
* Sound cores compile cleanly. Aaron Giles2009-03-121-1/+1
* Ok, this is The Big One. Aaron Giles2009-02-111-133/+143
* 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-7/+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-5/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-181-4/+4
* 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-77/+77
* This patch furthers the process of aligning the sound cores with the Aaron Giles2008-12-041-4/+3
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-77/+77
* From AtariAce: Aaron Giles2008-11-131-5/+5
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-29/+29
* lower cased sn76477_interface and ay8910_interface Derrick Renaud2008-08-081-3/+3
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-3/+3
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-07-241-51/+37