summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/k053260.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-474/+0
* Ownership fix (nw) Alex W. Jackson2015-05-141-1/+1
* updated licenses for most of devices (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 bumpmame0155 Miodrag Milanovic2014-10-151-2/+2
* bleh, we save_item(bool) all over the place and using ints for bools is ugly ... Alex W. Jackson2014-10-141-8/+8
* Shouldn't use bool for save stated variables anyway; representation can vary ... Alex W. Jackson2014-10-131-5/+5
* MSVC compile fix Michaël Banaan Ananas2014-10-131-1/+1
* Rewrite k053260 sound device [Alex Jackson] Alex W. Jackson2014-10-061-297/+354
* k053260: delta PCM decoding rolls over instead of clipping; fixes MT#1007 [Al... Alex W. Jackson2014-10-011-15/+10
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-091-1/+0
* Cleanups and version bump Miodrag Milanovic2014-07-221-2/+1
* Some changes/corrections to device descriptions per Dev request (nw) Scott Stone2014-04-181-2/+2
* Some changes/corrections to device descriptions from MASH and Tafoid (nw) Scott Stone2014-04-171-1/+1
* k053260: converted to use inline config. nw. Fabio Priuli2014-04-111-12/+6
* Some changes/corrections to device descriptions from MASH and Tafoid (nw) Scott Stone2014-04-101-1/+1
* not used and should not be part of this device anyway (nw) Miodrag Milanovic2014-03-221-4/+0
* extended large amount of devices with shortname and source file data (nw) Miodrag Milanovic2013-06-211-1/+1
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-091-7/+7
* Modernized k053260 device. [Andrew Gardner] Andrew Gardner2013-03-231-223/+176
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-4/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-28/+26
* 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-26/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-2/+49
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-1/+1
* BIG update. Aaron Giles2011-03-291-5/+5
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-13/+13
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* 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-1/+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
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-1/+1
* 03989: asterix and clones: Reload of state causes loss of audio [Phil Bennett] Phil Bennett2010-08-151-29/+54
* 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-9/+7
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* Cleanups and version bump. Aaron Giles2010-01-161-2/+2
* Added casting operators to the region_info class so you can assign Aaron Giles2010-01-161-7/+5
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+1
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-1/+1
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Sound cores compile cleanly. Aaron Giles2009-03-121-2/+2