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