summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound
Commit message (Expand)AuthorAgeFilesLines
* Update recently modified files to new APIs Aaron Giles2021-08-133-15/+17
* Merge branch 'master' into time-experiments Aaron Giles2021-08-1377-16230/+3421
|\
| * srcclean for 0.234 branch Vas Crabb2021-07-251-3/+3
| * swp30: Start implementing something remotely looking like envelopes Olivier Galibert2021-07-233-89/+215
| * Fixed a few doco strings. Robbbert2021-07-101-1/+1
| * flt_rc.cpp: Rename the filter types to be more consistent with regards to beh... Lord-Nightmare2021-07-052-12/+13
| * ymfm: Remove dead code in MAME interface. Remove ay8910.h include from ymfm_m... Aaron Giles2021-07-041-177/+6
| * ymfm: Save busy end time. Fixes MT08018 Aaron Giles2021-07-041-0/+3
| * Add a differentiator bandpass filter primitive to flt_biquad.cpp. [Lord Night... Lord-Nightmare2021-07-042-3/+66
| * c140: c219 has less voice regs, don't call c140_r hap2021-06-091-1/+6
| * c140: correct offset range when reading keyon status [dink] hap2021-06-091-1/+3
| * c140: fix regression with namcos2 assault engine noise hap2021-06-052-10/+6
| * ym2154: Decode real sample data, which is ulaw-ish. Aaron Giles2021-06-051-5/+13
| * ymfm: Sync with upstream: Aaron Giles2021-06-012-6/+6
| * ympsr60: Fix BBD connections and behavior, use the cv callback to control the... Aaron Giles2021-05-311-1/+1
| * bbd: Fix out of bounds accesses. Aaron Giles2021-05-311-1/+1
| * bbd: Add support for a continuously-varying frequency to avoid abusing the so... Aaron Giles2021-05-312-11/+70
| * es5503: bits 0 and 6 are always high for this register (#8121) tim lindner2021-05-311-1/+1
| * ympsr60: Fleshed out the PSR60/PSR70 drivers Aaron Giles2021-05-316-0/+666
| * votrax: Tell the device's parent when the IRQ line is lowered. Improves Type ... arbee2021-05-301-0/+1
| * ymfm: Improve OPQ behavior for timers and register access. Add YM3533 device ... Aaron Giles2021-05-232-6/+34
| * srcclean for release Vas Crabb2021-05-231-1/+1
| * ymfm: Sync with latest, add complete YMF278B support (#8090) Aaron Giles2021-05-227-1238/+151
| * Fix c6280 volume envelope shape (#8087) Leonardo Demartino (Delek)2021-05-211-2/+2
| * c140.cpp: add sample status readback, fixes engine sound in suzuka 8 hours, f... Angelo Salese2021-05-202-0/+20
| * ymfm: Switch to internal SSG for YM2203/2608/2610. Clean up code to determine... Aaron Giles2021-05-151-14/+14
| * ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-1437-8933/+1652
| * spkrdev: change device description, it's not 1bit hap2021-05-031-5/+5
| * srcclean in preparation for branching release Vas Crabb2021-04-2512-35/+35
| * ymfm: Check for decay->sustain transitions even if we just transitioned from ... Aaron Giles2021-04-211-2/+8
| * twinspri: Fix missing samples by masking the ADPCM-A end address properly. Aaron Giles2021-04-202-26/+68
| * swp30: Make the stream synchronous, add dummy-ish internal register read, mor... Olivier Galibert2021-04-122-107/+165
| * ymadpcm: Fix coverity issue, document differences between YM2608/10 and Y8950... Aaron Giles2021-04-092-4/+7
| * Mac 128/512/Plus/SE: Emulate the lowpass audio filter, and fix the volume con... Lord-Nightmare2021-04-052-13/+35
| * ymfm: Better fix for wrong sounds in megadriv sor2; mark the system modified ... Aaron Giles2021-04-051-0/+3
| * Revert "ymfm: Latch the multi-frequency state at key on. Fixes sor2 punch sou... Aaron Giles2021-04-052-19/+5
| * ymfm: Latch the multi-frequency state at key on. Fixes sor2 punch sound on me... Aaron Giles2021-04-042-5/+19
| * ymadpcm: Initialize ADPCM-A pans and instrument volume. Fixes some homebrew n... Aaron Giles2021-04-041-0/+5
| * ymfm: Don't pre-mask status bits with the status mask; apply instead at time ... Aaron Giles2021-04-042-5/+5
| * ymf278b: Fix ID register implementation; fixes several metro games that were ... Aaron Giles2021-04-041-14/+17
| * spkrdev: fix regression with filtering hap2021-04-042-38/+28
| * spkrdev: not authored by nicola, introduced in MESS 0.36r1 hap2021-04-046-25/+24
| * ymfm: Fix OPL3 output channels and waveform mask in compatibility mode. Aaron Giles2021-04-021-6/+6
| * More friendly behavior when OPLL writes are performed out of range. Aaron Giles2021-04-021-1/+7
| * New BSD-licensed OPL/OPLL (YM3526, YM3812, YM2413, Y8950, YMF262, etc) cores ... Aaron Giles2021-04-0238-10737/+4991
| * rf5c68: update stream before writing to wave ram hap2021-04-022-10/+8
| * multipcm: retrigger after writing to sample register if key is on (YMF278 als... hap2021-04-014-29/+38
| * srcclean in preparation for release Vas Crabb2021-03-289-36/+36
| * awacs: Add init/save for a couple of missed variables Olivier Galibert2021-03-261-0/+4
| * Turn off VERBOSE Aaron Giles2021-03-251-1/+1