summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/hc55516.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-24/+22
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-50/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-4/+109
* BIG update. Aaron Giles2011-03-291-1/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-9/+9
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-5/+4
* running_device -> device_t Aaron Giles2010-12-311-5/+5
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-3/+3
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+5
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-5/+5
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-2/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* Sound cores compile cleanly. Aaron Giles2009-03-121-4/+4
* Ok, this is The Big One. Aaron Giles2009-02-111-80/+55
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-7/+4
* Sound cores no longer allocate their own tokens. Instead they return a new Aaron Giles2009-01-181-7/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-131-1/+1
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-16/+16
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-181-8/+8
* 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-13/+13
* This patch furthers the process of aligning the sound cores with the Aaron Giles2008-12-041-1/+2
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-13/+13
* From AtariAce: Aaron Giles2008-11-131-14/+14
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-3/+3
* Emulates the 3 vs 4-bit difference between the MC3417 and MC3418 variants Zsolt Vasvari2008-01-311-18/+15
* Cleanups and version bump to 0.122u7.mame0122u7 Aaron Giles2008-01-251-1/+1
* Tidied up variable and function naming Zsolt Vasvari2008-01-211-48/+58
* - Added MC3417 and MC3418 variants Zsolt Vasvari2008-01-211-42/+96
* - Added the ability to the HC55516 emulator to take an external osciallator Zsolt Vasvari2008-01-201-60/+131
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+246