summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/3526intf.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-173/+0
* changes for Ernesto Corvi (nw) Miodrag Milanovic2015-05-111-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* more passing of attotime as const references (nw) Oliver Stöneberg2014-07-041-2/+2
* 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
* standardised on #include format (nw) smf-2013-05-121-1/+1
* modernised the YM3526, which also required adding write lines to the 6502, 68... smf-2013-05-121-109/+80
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-8/+6
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-1/+1
* Memory handler normalization, part 1. Aaron Giles2012-09-171-4/+4
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-26/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-2/+58
* Refactored YM3526 to use devcb. [Curt Coder] Curt Coder2012-03-071-2/+7
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* BIG update. Aaron Giles2011-03-291-3/+3
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* 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-1/+1
* 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-7/+5
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-2/+1
* Sound cores compile cleanly. Aaron Giles2009-03-121-7/+7
* Ok, this is The Big One. Aaron Giles2009-02-111-0/+170