summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound
Commit message (Expand)AuthorAgeFilesLines
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-1/+1
* s14001a.c: fix a minor bug with the 4-bit dac range. wolfpack clips again, an... Jonathan Gevaryahu2008-06-301-2/+6
* s14001a.c: Remove a TODO line for a bug which has been fixed. Jonathan Gevaryahu2008-06-301-1/+0
* Update S14001A core: improved filtering to be more accurate to the chip, chan... Jonathan Gevaryahu2008-06-301-16/+30
* Pitch calculation fix (by h0pdmiYX0) Yasuhiro Ogawa2008-06-271-1/+1
* Cleanups/version bump.mame0125u7 Aaron Giles2008-06-263-44/+44
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-261-1/+1
* Save state support: Aaron Giles2008-06-231-3/+24
* Fixed placement of stream_update in the NiLe emulation. R. Belmont2008-06-231-3/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-2336-62/+82
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-232-3/+4
* Various NiLe fixups. Music in-game now sounds quite acceptable, if not yet p... R. Belmont2008-06-231-17/+28
* Correct the loop flag in the NiLe. Still more to do. R. Belmont2008-06-231-1/+6
* Preliminary emulation of ST-0026 NiLe (sound). Tomasz Slanina2008-06-223-0/+273
* 01905: Many Sets: Fatal Error crash - Fatal error: Input ports cannot be read... Aaron Giles2008-06-211-3/+0
* Fixes for MSVC compile. Aaron Giles2008-06-201-5/+5
* MultiPCM/315-5560 rewrite by ElSemi. All features are now supported includin... R. Belmont2008-06-191-388/+562
* Cleanups and version bump.mame0125u5 Aaron Giles2008-06-121-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-123-0/+6
* Update comments for tms5220 and sn76496. Add a Couriersud-style pinout to tms... Jonathan Gevaryahu2008-06-062-2/+27
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-053-5/+7
* Fix for Mantis 01699: asteroid, asteroi1, asteroib, asterock, meteor, meteort... Couriersud2008-05-291-0/+2
* Cleanups and version bump. Aaron Giles2008-05-222-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-2242-109/+123
* Added proper interpolation sub-cycles ('PC' cycles and A/B subcycles of each)... Jonathan Gevaryahu2008-05-202-31/+87
* Added proper interpolation sub-cycles ('PC' cycles and A/B subcycles of each)... Jonathan Gevaryahu2008-05-201-25/+84
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-5/+5
* Cleanups and version bump.mame0125u1 Aaron Giles2008-05-151-1/+1
* Update TMS5200/5220 documentation and comments Jonathan Gevaryahu2008-05-132-29/+49
* s14001a.c - updated comments and version Jonathan Gevaryahu2008-05-131-3/+5
* Spacing and version bump.mame0125 Aaron Giles2008-05-051-27/+27
* Fixed an envelope corner case in the SCSP and AICA (kingshriek) R. Belmont2008-05-032-2/+2
* ay8910.c: Couriersud2008-05-021-31/+32
* Cleanups/version bump.mame0124u5 Aaron Giles2008-05-014-33/+33
* ay8910: Cosmetic Couriersud2008-04-272-359/+427
* Fix AY-3-8910/YM2149 and derivatives envelope handling. Couriersud2008-04-261-12/+12
* Added DISCRETE_KEY_SALLEN_FILTER to discrete sound system Couriersud2008-04-253-2/+106
* Cleanups for 0.124u4. Aaron Giles2008-04-244-73/+73
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-242-3/+2
* ay8910.c: Couriersud2008-04-231-1/+26
* AY-3-8910 rewrite: Couriersud2008-04-229-552/+627
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-202-3/+3
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-1114-30/+39
* Renamed input port functions: Aaron Giles2008-04-061-1/+1
* Cleanups and version bump to 0.124u1.mame0124u1 Aaron Giles2008-04-033-18/+18
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-0313-151/+151
* discrete sound system: Couriersud2008-04-017-444/+490
* MESS specific change; part of MESS' device changeover Nathan Woods2008-03-301-1/+1
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-3013-151/+151
* [AICA, SCSP] Fixed encoding/decoding of negative denormal floats in the DSP. ... R. Belmont2008-03-302-0/+8