summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/ay8910.c
Commit message (Expand)AuthorAgeFilesLines
...
* AY-3-8910 unused bits in registers read back as 0 [hap] Michaël Banaan Ananas2010-12-231-1/+16
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-11/+11
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+10
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-18/+16
* several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg] Fabio Priuli2010-03-171-2/+4
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-8/+8
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-7/+7
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-11/+9
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-2/+2
* Results of running the latest srcclean. Aaron Giles2009-12-281-8/+8
* Modified a comment Couriersud2009-09-061-3/+1
* Fix URL. Aaron Giles2009-08-131-1/+1
* Bulk change alert. Aaron Giles2009-04-261-4/+2
* Cleanups and version bump.mame0130u2 Aaron Giles2009-03-281-2/+2
* Added comment where to find a list of games using envelope functionality (mam... Couriersud2009-03-281-0/+3
* Cleanups and version bump. Aaron Giles2009-03-191-3/+3
* AY-3-8910: Couriersud2009-03-191-5/+13
* Sound cores compile cleanly. Aaron Giles2009-03-121-10/+10
* Cleanups and version bump. Aaron Giles2009-03-051-7/+7
* * Changed AY8910 to use measurements done one a ZX128 Couriersud2009-02-261-3/+82
* Cleanups and version bump.mame0129u4 Aaron Giles2009-02-171-1/+1
* Ok, this is The Big One. Aaron Giles2009-02-111-126/+112
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-2/+0
* Sound cores no longer allocate their own tokens. Instead they return a new Aaron Giles2009-01-181-7/+13
* Removed redundant config parameter from SND_START. Aaron Giles2009-01-181-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-131-25/+15
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-2/+2
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-30/+30
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-181-7/+7
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-121-6/+5
* Here's the big one.... Aaron Giles2008-12-111-2/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-101-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-30/+30
* This patch furthers the process of aligning the sound cores with the Aaron Giles2008-12-041-2/+2
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-30/+30
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-6/+10
* From AtariAce: Aaron Giles2008-11-131-31/+36
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-47/+47
* lower cased sn76477_interface and ay8910_interface Derrick Renaud2008-08-081-6/+6
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-6/+6
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-2/+2
* Spacing and version bump.mame0125 Aaron Giles2008-05-051-27/+27
* ay8910.c: Couriersud2008-05-021-31/+32
* Cleanups/version bump.mame0124u5 Aaron Giles2008-05-011-26/+26
* ay8910: Cosmetic Couriersud2008-04-271-351/+388
* Fix AY-3-8910/YM2149 and derivatives envelope handling. Couriersud2008-04-261-12/+12
* Cleanups for 0.124u4. Aaron Giles2008-04-241-65/+65
* ay8910.c: Couriersud2008-04-231-1/+26
* AY-3-8910 rewrite: Couriersud2008-04-221-527/+564