summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/ay8910.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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