| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to |  Aaron Giles | 2008-07-18 | 1 | -1/+1 |
* | s14001a.c: fix a minor bug with the 4-bit dac range. wolfpack clips again, an... |  Jonathan Gevaryahu | 2008-06-30 | 1 | -2/+6 |
* | s14001a.c: Remove a TODO line for a bug which has been fixed. |  Jonathan Gevaryahu | 2008-06-30 | 1 | -1/+0 |
* | Update S14001A core: improved filtering to be more accurate to the chip, chan... |  Jonathan Gevaryahu | 2008-06-30 | 1 | -16/+30 |
* | Pitch calculation fix (by h0pdmiYX0) |  Yasuhiro Ogawa | 2008-06-27 | 1 | -1/+1 |
* | Cleanups/version bump.mame0125u7 |  Aaron Giles | 2008-06-26 | 3 | -44/+44 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-06-26 | 1 | -1/+1 |
* | Save state support: |  Aaron Giles | 2008-06-23 | 1 | -3/+24 |
* | Fixed placement of stream_update in the NiLe emulation. |  R. Belmont | 2008-06-23 | 1 | -3/+6 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-06-23 | 36 | -62/+82 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-06-23 | 2 | -3/+4 |
* | Various NiLe fixups. Music in-game now sounds quite acceptable, if not yet p... |  R. Belmont | 2008-06-23 | 1 | -17/+28 |
* | Correct the loop flag in the NiLe. Still more to do. |  R. Belmont | 2008-06-23 | 1 | -1/+6 |
* | Preliminary emulation of ST-0026 NiLe (sound). |  Tomasz Slanina | 2008-06-22 | 3 | -0/+273 |
* | 01905: Many Sets: Fatal Error crash - Fatal error: Input ports cannot be read... |  Aaron Giles | 2008-06-21 | 1 | -3/+0 |
* | Fixes for MSVC compile. |  Aaron Giles | 2008-06-20 | 1 | -5/+5 |
* | MultiPCM/315-5560 rewrite by ElSemi. All features are now supported includin... |  R. Belmont | 2008-06-19 | 1 | -388/+562 |
* | Cleanups and version bump.mame0125u5 |  Aaron Giles | 2008-06-12 | 1 | -1/+1 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-06-12 | 3 | -0/+6 |
* | Update comments for tms5220 and sn76496. Add a Couriersud-style pinout to tms... |  Jonathan Gevaryahu | 2008-06-06 | 2 | -2/+27 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-06-05 | 3 | -5/+7 |
* | Fix for Mantis 01699: asteroid, asteroi1, asteroib, asterock, meteor, meteort... |  Couriersud | 2008-05-29 | 1 | -0/+2 |
* | Cleanups and version bump. |  Aaron Giles | 2008-05-22 | 2 | -2/+2 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-05-22 | 42 | -109/+123 |
* | Added proper interpolation sub-cycles ('PC' cycles and A/B subcycles of each)... |  Jonathan Gevaryahu | 2008-05-20 | 2 | -31/+87 |
* | Added proper interpolation sub-cycles ('PC' cycles and A/B subcycles of each)... |  Jonathan Gevaryahu | 2008-05-20 | 1 | -25/+84 |
* | Restructured input port internals and cleaned up inptport.c: |  Aaron Giles | 2008-05-15 | 1 | -5/+5 |
* | Cleanups and version bump.mame0125u1 |  Aaron Giles | 2008-05-15 | 1 | -1/+1 |
* | Update TMS5200/5220 documentation and comments |  Jonathan Gevaryahu | 2008-05-13 | 2 | -29/+49 |
* | s14001a.c - updated comments and version |  Jonathan Gevaryahu | 2008-05-13 | 1 | -3/+5 |
* | Spacing and version bump.mame0125 |  Aaron Giles | 2008-05-05 | 1 | -27/+27 |
* | Fixed an envelope corner case in the SCSP and AICA (kingshriek) |  R. Belmont | 2008-05-03 | 2 | -2/+2 |
* | ay8910.c: |  Couriersud | 2008-05-02 | 1 | -31/+32 |
* | Cleanups/version bump.mame0124u5 |  Aaron Giles | 2008-05-01 | 4 | -33/+33 |
* | ay8910: Cosmetic |  Couriersud | 2008-04-27 | 2 | -359/+427 |
* | Fix AY-3-8910/YM2149 and derivatives envelope handling. |  Couriersud | 2008-04-26 | 1 | -12/+12 |
* | Added DISCRETE_KEY_SALLEN_FILTER to discrete sound system |  Couriersud | 2008-04-25 | 3 | -2/+106 |
* | Cleanups for 0.124u4. |  Aaron Giles | 2008-04-24 | 4 | -73/+73 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-04-24 | 2 | -3/+2 |
* | ay8910.c: |  Couriersud | 2008-04-23 | 1 | -1/+26 |
* | AY-3-8910 rewrite: |  Couriersud | 2008-04-22 | 9 | -552/+627 |
* | Flipped the damn mem_mask. It is no longer inverted when passed to |  Aaron Giles | 2008-04-20 | 2 | -3/+3 |
* | Reduced the number of save state callback types from 3 to 1. The |  Aaron Giles | 2008-04-11 | 14 | -30/+39 |
* | Renamed input port functions: |  Aaron Giles | 2008-04-06 | 1 | -1/+1 |
* | Cleanups and version bump to 0.124u1.mame0124u1 |  Aaron Giles | 2008-04-03 | 3 | -18/+18 |
* | Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* |  Aaron Giles | 2008-04-03 | 13 | -151/+151 |
* | discrete sound system: |  Couriersud | 2008-04-01 | 7 | -444/+490 |
* | MESS specific change; part of MESS' device changeover |  Nathan Woods | 2008-03-30 | 1 | -1/+1 |
* | New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... |  smf- | 2008-03-30 | 13 | -151/+151 |
* | [AICA, SCSP] Fixed encoding/decoding of negative denormal floats in the DSP. ... |  R. Belmont | 2008-03-30 | 2 | -0/+8 |