summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/ay8910.h
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-273/+0
* 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
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-12/+12
* AY8910_RESISTOR_OUTPUT now selects resistance calculation by simple saturatio... Couriersud2014-07-091-1/+10
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-12/+12
* ay8910.c: Provide chip-specific details (number of outputs, number of usable ... Alex W. Jackson2014-05-061-9/+19
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-22/+32
* Cleanup of ay8910 this makes move to devcb2 possible, also now Miodrag Milanovic2014-04-301-18/+52
* Added option AY8910_RESISTOR_OUTPUT to AY8910. This will output internal resi... Couriersud2014-02-041-6/+4
* extended large amount of devices with shortname and source file data (nw) Miodrag Milanovic2013-06-211-2/+2
* simplified ay8910_start_ym now that all sound chips that use it are devices (nw) smf-2013-05-121-1/+1
* modernised the AY8910 [smf] smf-2013-05-121-53/+23
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-16/+16
* Memory handler normalization, part 1. Aaron Giles2012-09-171-8/+8
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-9/+118
* (interface macro) Michaël Banaan Ananas2012-05-191-0/+4
* Added ay8910_reset_w() function, used by Joyful Road / Munch Mobile for reset... Angelo Salese2011-12-071-0/+3
* Sync with MESS, floppy work by OG, and addition of AY8914 (no whatsnew) Miodrag Milanovic2011-09-191-0/+6
* Preliminary support for ym2149 ssg selectable clock divider. Does any hardwar... Michaël Banaan Ananas2011-08-301-7/+16
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-18/+11
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-2/+0
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Ok, this is The Big One. Aaron Giles2009-02-111-71/+35
* Sound cores no longer allocate their own tokens. Instead they return a new Aaron Giles2009-01-181-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-131-0/+9
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-261-0/+9
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-1/+1
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-1/+1
* Terminology cleanup. "Machine" handlers are now "space" handlers. Aaron Giles2008-11-151-4/+4
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-47/+49
* lower cased sn76477_interface and ay8910_interface Derrick Renaud2008-08-081-3/+3
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-3/+5
* Cleanups/version bump.mame0124u5 Aaron Giles2008-05-011-3/+3
* ay8910: Cosmetic Couriersud2008-04-271-8/+39
* AY-3-8910 rewrite: Couriersud2008-04-221-7/+19
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-6/+6
* Reversing previous submission. The AY8910 has so many ways it can be hooked,... Zsolt Vasvari2008-01-221-65/+0
* - Added read/write handlers for the "natural" hook-ups of an AY-8910 chip Zsolt Vasvari2008-01-221-0/+65
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+90