summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/2610intf.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
* converted in sound and video section (nw) Miodrag Milanovic2015-04-191-2/+2
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-2/+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-8/+2
* ym2203, ym2608 and ym2610: initialize things properly. Thanks Micko! (nw) Ivan Vangelista2014-05-061-0/+6
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-17/+0
* got rid of legacy STREAM_UPDATE, created stream_update_delegate and now Miodrag Milanovic2014-04-301-8/+3
* Cleanup of ay8910 this makes move to devcb2 possible, also now Miodrag Milanovic2014-04-301-26/+22
* Unchanged crap code of two years ago is still crap code (nw) Olivier Galibert2013-11-251-5/+0
* resurrect some old MVS multi-slot code David Haywood2013-11-251-0/+5
* extended large amount of devices with shortname and source file data (nw) Miodrag Milanovic2013-06-211-4/+4
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-1/+1
* removed unnecessary #includes (nw) smf-2013-05-121-2/+0
* simplified ay8910_start_ym now that all sound chips that use it are devices (nw) smf-2013-05-121-1/+1
* fixed debug build (nw) smf-2013-05-101-7/+7
* modernised the YM2610 interface [smf] smf-2013-05-101-149/+101
* made some of sound devices use device callbacks instead of function callbacks... Miodrag Milanovic2013-03-281-2/+5
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-12/+10
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-2/+2
* 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-39/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-3/+82
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-2/+2
* 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-6/+6
* 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
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+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/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-11/+9
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-1/+1
* 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-2/+2
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-5/+4
* Sound cores compile cleanly. Aaron Giles2009-03-121-13/+13
* Ok, this is The Big One. Aaron Giles2009-02-111-348/+71
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-4/+0
* Sound cores no longer allocate their own tokens. Instead they return a new Aaron Giles2009-01-181-22/+13