summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/ay8910.c
Commit message (Expand)AuthorAgeFilesLines
* Updates and fixes for places where we have major contributors decision (nw) Miodrag Milanovic2015-05-261-1/+1
* sorted out more (nw) Miodrag Milanovic2015-05-141-1/+1
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-1/+1
* ay8910: only build the table that will be actually used (per-channel or pre-m... Alex W. Jackson2014-10-221-2/+5
* ay8910.c: try zero-initializing dynamic array (nw) Alex W. Jackson2014-10-221-1/+1
* ay8910: fix undefined behavior in initialization (nw) Alex W. Jackson2014-10-221-17/+22
* Cleanups and version bump Miodrag Milanovic2014-07-221-50/+50
* Adjusted maximum value suitable for streaming and removed some dead code. Couriersud2014-07-141-27/+3
* silence compiler warning (nw) Wilbert Pol2014-07-101-0/+2
* Fix some issues introduced with last commit. Couriersud2014-07-091-4/+12
* AY8910_RESISTOR_OUTPUT now selects resistance calculation by simple saturatio... Couriersud2014-07-091-11/+62
* Updated information about measurements and model derived from those. [Courier... Couriersud2014-07-081-12/+7
* Document recent measurements done on the AY8910. [Couriersud] Couriersud2014-07-061-0/+123
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-1/+1
* AY8910 uses this constructor (nw) Alex W. Jackson2014-05-081-1/+1
* For AY891X emulate vol-0 resistor as infinite. Couriersud2014-05-071-2/+2
* ay8910.c: Provide chip-specific details (number of outputs, number of usable ... Alex W. Jackson2014-05-061-56/+42
* ay8910.c: AY8912 and AY8913 are AY8910-based, not YM2149-based (nw) Alex W. Jackson2014-05-061-1/+1
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-48/+35
* Cleanup of ay8910 this makes move to devcb2 possible, also now Miodrag Milanovic2014-04-301-342/+289
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-43/+42
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-4/+1
* Added option AY8910_RESISTOR_OUTPUT to AY8910. This will output internal resi... Couriersud2014-02-041-5/+33
* Fixed noise period on AY8910. [Dr. Venom, Couriersud] Couriersud2014-01-051-25/+28
* More setname corrections to further expand XML device coverage (nw) Scott Stone2013-08-211-1/+1
* extended large amount of devices with shortname and source file data (nw) Miodrag Milanovic2013-06-211-13/+13
* simplified ay8910_start_ym now that all sound chips that use it are devices (nw) smf-2013-05-121-7/+6
* modernised the AY8910 [smf] smf-2013-05-121-164/+61
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-69/+67
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-2/+2
* Memory handler normalization, part 1. Aaron Giles2012-09-171-6/+6
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-4/+2
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-94/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-20/+224
* Added ay8910_reset_w() function, used by Joyful Road / Munch Mobile for reset... Angelo Salese2011-12-071-0/+7
* Fix incorrect masking of register writes on ay-3-8914, fixes wrong envelope a... Jonathan Gevaryahu2011-10-051-5/+3
* Clean-ups and version bumpmame0143u6 Angelo Salese2011-09-201-2/+2
* envelope enable check was unsafe Michaël Banaan Ananas2011-09-191-1/+4
* Sync with MESS, floppy work by OG, and addition of AY8914 (no whatsnew) Miodrag Milanovic2011-09-191-5/+45
* Preliminary support for ym2149 ssg selectable clock divider. Does any hardwar... Michaël Banaan Ananas2011-08-301-16/+21
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-14/+14
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* BIG update. Aaron Giles2011-03-291-4/+4
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-15/+15
* 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-6/+5
* Debug message fix for EShape/ECoarse - we have enough samples so no longer ne... Scott Stone2011-01-151-2/+2
* Cleanups and version bump. Aaron Giles2011-01-011-7/+7
* running_device -> device_t Aaron Giles2010-12-311-5/+5