| Commit message (Expand) | Author | Age | Files | Lines |
* | Updates and fixes for places where we have major contributors decision (nw) |  Miodrag Milanovic | 2015-05-26 | 1 | -1/+1 |
* | sorted out more (nw) |  Miodrag Milanovic | 2015-05-14 | 1 | -1/+1 |
* | Added dummy license headers for EMU section (nw) |  Miodrag Milanovic | 2015-05-07 | 1 | -0/+2 |
* | Replace dynamic_array with std::vector [O. Galibert] |  Olivier Galibert | 2015-04-14 | 1 | -1/+1 |
* | ay8910: only build the table that will be actually used (per-channel or pre-m... |  Alex W. Jackson | 2014-10-22 | 1 | -2/+5 |
* | ay8910.c: try zero-initializing dynamic array (nw) |  Alex W. Jackson | 2014-10-22 | 1 | -1/+1 |
* | ay8910: fix undefined behavior in initialization (nw) |  Alex W. Jackson | 2014-10-22 | 1 | -17/+22 |
* | Cleanups and version bump |  Miodrag Milanovic | 2014-07-22 | 1 | -50/+50 |
* | Adjusted maximum value suitable for streaming and removed some dead code. |  Couriersud | 2014-07-14 | 1 | -27/+3 |
* | silence compiler warning (nw) |  Wilbert Pol | 2014-07-10 | 1 | -0/+2 |
* | Fix some issues introduced with last commit. |  Couriersud | 2014-07-09 | 1 | -4/+12 |
* | AY8910_RESISTOR_OUTPUT now selects resistance calculation by simple saturatio... |  Couriersud | 2014-07-09 | 1 | -11/+62 |
* | Updated information about measurements and model derived from those. [Courier... |  Couriersud | 2014-07-08 | 1 | -12/+7 |
* | Document recent measurements done on the AY8910. [Couriersud] |  Couriersud | 2014-07-06 | 1 | -0/+123 |
* | devcv2 -> devcb (nw) |  Miodrag Milanovic | 2014-05-14 | 1 | -1/+1 |
* | AY8910 uses this constructor (nw) |  Alex W. Jackson | 2014-05-08 | 1 | -1/+1 |
* | For AY891X emulate vol-0 resistor as infinite. |  Couriersud | 2014-05-07 | 1 | -2/+2 |
* | ay8910.c: Provide chip-specific details (number of outputs, number of usable ... |  Alex W. Jackson | 2014-05-06 | 1 | -56/+42 |
* | ay8910.c: AY8912 and AY8913 are AY8910-based, not YM2149-based (nw) |  Alex W. Jackson | 2014-05-06 | 1 | -1/+1 |
* | ay8910_device and extended family: converted to devcb2 (nw) |  Ivan Vangelista | 2014-05-06 | 1 | -48/+35 |
* | Cleanup of ay8910 this makes move to devcb2 possible, also now |  Miodrag Milanovic | 2014-04-30 | 1 | -342/+289 |
* | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -43/+42 |
* | Moved core template container classes up from emutempl.h to coretmpl.h: |  Aaron Giles | 2014-03-11 | 1 | -4/+1 |
* | Added option AY8910_RESISTOR_OUTPUT to AY8910. This will output internal resi... |  Couriersud | 2014-02-04 | 1 | -5/+33 |
* | Fixed noise period on AY8910. [Dr. Venom, Couriersud] |  Couriersud | 2014-01-05 | 1 | -25/+28 |
* | More setname corrections to further expand XML device coverage (nw) |  Scott Stone | 2013-08-21 | 1 | -1/+1 |
* | extended large amount of devices with shortname and source file data (nw) |  Miodrag Milanovic | 2013-06-21 | 1 | -13/+13 |
* | simplified ay8910_start_ym now that all sound chips that use it are devices (nw) |  smf- | 2013-05-12 | 1 | -7/+6 |
* | modernised the AY8910 [smf] |  smf- | 2013-05-12 | 1 | -164/+61 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -69/+67 |
* | Stop allocating arrays of UINT8s for the tokens, when |  Aaron Giles | 2012-09-18 | 1 | -2/+2 |
* | Memory handler normalization, part 1. |  Aaron Giles | 2012-09-17 | 1 | -6/+6 |
* | First pass at modernizing struct definitions. |  Aaron Giles | 2012-09-15 | 1 | -4/+2 |
* | Cleanup and some inheritance fixes (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -94/+0 |
* | conversion of legacy devices into modern wip (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -20/+224 |
* | Added ay8910_reset_w() function, used by Joyful Road / Munch Mobile for reset... |  Angelo Salese | 2011-12-07 | 1 | -0/+7 |
* | Fix incorrect masking of register writes on ay-3-8914, fixes wrong envelope a... |  Jonathan Gevaryahu | 2011-10-05 | 1 | -5/+3 |
* | Clean-ups and version bumpmame0143u6 |  Angelo Salese | 2011-09-20 | 1 | -2/+2 |
* | envelope enable check was unsafe |  Michaël Banaan Ananas | 2011-09-19 | 1 | -1/+4 |
* | Sync with MESS, floppy work by OG, and addition of AY8914 (no whatsnew) |  Miodrag Milanovic | 2011-09-19 | 1 | -5/+45 |
* | Preliminary support for ym2149 ssg selectable clock divider. Does any hardwar... |  Michaël Banaan Ananas | 2011-08-30 | 1 | -16/+21 |
* | Reimplemented devcb using delegates and classes. Unified the logic |  Aaron Giles | 2011-05-02 | 1 | -14/+14 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -2/+2 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -4/+4 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -15/+15 |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -2/+2 |
* | C++-ified the sound and streams interfaces. Combined sound.c and streams.c |  Aaron Giles | 2011-01-27 | 1 | -6/+5 |
* | Debug message fix for EShape/ECoarse - we have enough samples so no longer ne... |  Scott Stone | 2011-01-15 | 1 | -2/+2 |
* | Cleanups and version bump. |  Aaron Giles | 2011-01-01 | 1 | -7/+7 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -5/+5 |