summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/2608intf.c
Commit message (Expand)AuthorAgeFilesLines
* sorted out more (nw) Miodrag Milanovic2015-05-141-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* Touching all the candy again: [Alex Jackson] Alex W. Jackson2014-11-171-1/+1
* Cleanups and version bump Miodrag Milanovic2014-07-221-1/+1
* ay8910.c: Provide chip-specific details (number of outputs, number of usable ... Alex W. Jackson2014-05-061-5/+1
* ym2203, ym2608 and ym2610: initialize things properly. Thanks Micko! (nw) Ivan Vangelista2014-05-061-0/+2
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-22/+1
* got rid of legacy STREAM_UPDATE, created stream_update_delegate and now Miodrag Milanovic2014-04-301-7/+2
* Cleanup of ay8910 this makes move to devcb2 possible, also now Miodrag Milanovic2014-04-301-26/+24
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-3/+1
* Un-marked the 2608 rom as bad, since AFAIK Jarek did test this dump as an ext... Jonathan Gevaryahu2013-10-271-2/+30
* remove 8 kilobytes of internal ROM sample data from MAME's YM2608 emulation, ... David Haywood2013-10-271-0/+13
* Added Karateka, Puyo Puyo Angelo Salese2013-08-031-1/+1
* extended large amount of devices with shortname and source file data (nw) Miodrag Milanovic2013-06-211-1/+1
* removed unnecessary #includes (nw) smf-2013-05-121-1/+0
* simplified ay8910_start_ym now that all sound chips that use it are devices (nw) smf-2013-05-121-1/+1
* clears variables to avoid random crashing (nw) smf-2013-05-121-1/+2
* a few changes for consistency (nw) smf-2013-05-111-4/+3
* modernized the YM2608 [smf] smf-2013-05-101-138/+95
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-091-3/+3
* made some of sound devices use device callbacks instead of function callbacks... Miodrag Milanovic2013-03-281-3/+7
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-11/+9
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-1/+1
* Memory handler normalization, part 1. Aaron Giles2012-09-171-8/+8
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-28/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-2/+58
* 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
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-3/+3
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-2/+2
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-1/+1
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-3/+2
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-2/+2
* 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-10/+8
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* 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
* Sound cores compile cleanly. Aaron Giles2009-03-121-12/+12
* Ok, this is The Big One. Aaron Giles2009-02-111-140/+57
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-1/+0
* Sound cores no longer allocate their own tokens. Instead they return a new Aaron Giles2009-01-181-12/+6
* 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-2/+2