summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/rf5c400.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-551/+0
* Cleanups and version bumpmame0165 Miodrag Milanovic2015-08-261-3/+3
* rf5c400: document some registers (nw) Ville Linde2015-08-061-0/+12
* more pedantic fixes (nw) Cowering2015-07-081-2/+2
* update for Ville Linde (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* twinkle.c: the 68000 & SPU board now process commands, some sound f/x play no... arbee2015-01-171-1/+3
* more devfind: [Alex Jackson] Alex W. Jackson2014-10-171-6/+2
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-2/+2
* extended large amount of devices with shortname and source file data (nw) Miodrag Milanovic2013-06-211-1/+1
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-4/+4
* Modernized tms3615, es8712, cem3394, k051649, and rf5c400 sound devices. [Andrew Andrew Gardner2013-02-191-172/+116
* Konami PPC updates: R. Belmont2013-02-021-3/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-62/+60
* 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-4/+2
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-25/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-2/+40
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-1/+1
* GCC 4.6 "Variable assigned but not used" fixes part 7 (no whatsnew) R. Belmont2011-05-301-2/+2
* BIG update. Aaron Giles2011-03-291-6/+6
* 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-20/+20
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-2/+1
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* 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
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* 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
* Cleaned-up several drivers; added missing prototypes and removed dead ones, Phil Bennett2009-12-081-2/+2
* Sound cores compile cleanly. Aaron Giles2009-03-121-1/+1
* Modified the makefile to support experimental optional C++ Aaron Giles2009-02-281-29/+32
* Ok, this is The Big One. Aaron Giles2009-02-111-40/+31
* 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
* 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-6/+6
* Here's the big one.... Aaron Giles2008-12-111-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-101-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-071-4/+3
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-24/+24
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-20/+20
* From AtariAce: Aaron Giles2008-11-131-5/+5
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-2/+2
* Region classes go bye-bye. Aaron Giles2008-07-281-2/+2
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-9/+5