| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -7/+7 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -11/+9 |
* | NOTE: This change requires two new osd functions: osd_malloc() and |  Aaron Giles | 2010-01-08 | 1 | -2/+2 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -8/+8 |
* | Modified a comment |  Couriersud | 2009-09-06 | 1 | -3/+1 |
* | Fix URL. |  Aaron Giles | 2009-08-13 | 1 | -1/+1 |
* | Bulk change alert. |  Aaron Giles | 2009-04-26 | 1 | -4/+2 |
* | Cleanups and version bump.mame0130u2 |  Aaron Giles | 2009-03-28 | 1 | -2/+2 |
* | Added comment where to find a list of games using envelope functionality (mam... |  Couriersud | 2009-03-28 | 1 | -0/+3 |
* | Cleanups and version bump. |  Aaron Giles | 2009-03-19 | 1 | -3/+3 |
* | AY-3-8910: |  Couriersud | 2009-03-19 | 1 | -5/+13 |
* | Sound cores compile cleanly. |  Aaron Giles | 2009-03-12 | 1 | -10/+10 |
* | Cleanups and version bump. |  Aaron Giles | 2009-03-05 | 1 | -7/+7 |
* | * Changed AY8910 to use measurements done one a ZX128 |  Couriersud | 2009-02-26 | 1 | -3/+82 |
* | Cleanups and version bump.mame0129u4 |  Aaron Giles | 2009-02-17 | 1 | -1/+1 |
* | Ok, this is The Big One. |  Aaron Giles | 2009-02-11 | 1 | -126/+112 |
* | On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: |  Aaron Giles | 2009-01-22 | 1 | -2/+0 |
* | Sound cores no longer allocate their own tokens. Instead they return a new |  Aaron Giles | 2009-01-18 | 1 | -7/+13 |
* | Removed redundant config parameter from SND_START. |  Aaron Giles | 2009-01-18 | 1 | -2/+2 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2009-01-13 | 1 | -25/+15 |
* | CPU interface organization shuffle. The file cpuintrf.h now merely |  Aaron Giles | 2008-12-22 | 1 | -2/+2 |
* | Cleaned up device and sound interfaces to match the CPU |  Aaron Giles | 2008-12-19 | 1 | -30/+30 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-12-18 | 1 | -7/+7 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-12-12 | 1 | -6/+5 |
* | Here's the big one.... |  Aaron Giles | 2008-12-11 | 1 | -2/+3 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-12-10 | 1 | -1/+1 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 1 | -30/+30 |
* | This patch furthers the process of aligning the sound cores with the |  Aaron Giles | 2008-12-04 | 1 | -2/+2 |
* | Added "tag" parameter to state_save_register_item_* calls. Removed |  Aaron Giles | 2008-11-17 | 1 | -30/+30 |
* | WARNING: this compiles, but not fully cleanly, and a number of drivers |  Aaron Giles | 2008-11-14 | 1 | -6/+10 |
* | From AtariAce: |  Aaron Giles | 2008-11-13 | 1 | -31/+36 |
* | Major cpuintrf changes: |  Aaron Giles | 2008-11-10 | 1 | -2/+2 |
* | This (mostly - see below) completes the structure, lower-casing functions and... |  Derrick Renaud | 2008-08-11 | 1 | -47/+47 |
* | lower cased sn76477_interface and ay8910_interface |  Derrick Renaud | 2008-08-08 | 1 | -6/+6 |
* | Updated structure and naming conventions of the following sound interfaces. |  Derrick Renaud | 2008-08-08 | 1 | -6/+6 |
* | Changed the way memory regions are referenced. Instead of a single |  Aaron Giles | 2008-07-28 | 1 | -2/+2 |
* | Spacing and version bump.mame0125 |  Aaron Giles | 2008-05-05 | 1 | -27/+27 |
* | ay8910.c: |  Couriersud | 2008-05-02 | 1 | -31/+32 |
* | Cleanups/version bump.mame0124u5 |  Aaron Giles | 2008-05-01 | 1 | -26/+26 |
* | ay8910: Cosmetic |  Couriersud | 2008-04-27 | 1 | -351/+388 |
* | Fix AY-3-8910/YM2149 and derivatives envelope handling. |  Couriersud | 2008-04-26 | 1 | -12/+12 |
* | Cleanups for 0.124u4. |  Aaron Giles | 2008-04-24 | 1 | -65/+65 |
* | ay8910.c: |  Couriersud | 2008-04-23 | 1 | -1/+26 |
* | AY-3-8910 rewrite: |  Couriersud | 2008-04-22 | 1 | -527/+564 |
* | Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* |  Aaron Giles | 2008-04-03 | 1 | -20/+20 |
* | New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... |  smf- | 2008-03-30 | 1 | -20/+20 |
* | Added running_machine * parameter to the front of all read/write handlers. |  Aaron Giles | 2008-03-05 | 1 | -14/+15 |
* | Reversing previous submission. The AY8910 has so many ways it can be hooked,... |  Zsolt Vasvari | 2008-01-22 | 1 | -80/+0 |
* | - Added read/write handlers for the "natural" hook-ups of an AY-8910 chip |  Zsolt Vasvari | 2008-01-22 | 1 | -0/+80 |
* | Copyright cleanup: |  Aaron Giles | 2008-01-06 | 1 | -1/+1 |