summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* awacs: remove leftovers Olivier Galibert2021-03-241-31/+0
* awacs: Rewrite Olivier Galibert2021-03-242-84/+290
* asc.cpp: add IMPERFECT_SOUND flag to Apple Sound Chip for now. [R. Belmont] arbee2021-03-231-0/+2
* xt446: Use its real name Olivier Galibert2021-03-222-27/+27
* keyboardmania: Interface with the mu100 Olivier Galibert2021-03-212-0/+140
* ymfm: Backport active channel detection to help improve performance. Further ... Aaron Giles2021-03-212-0/+38
* wc90: Fix ADPCM sound Aaron Giles2021-03-182-5/+7
* ym2610: remove FM output boost to match previous volume better. Aaron Giles2021-03-171-2/+0
* ym2608: Remove FM output boost. Matches previous core's volume better. Aaron Giles2021-03-171-2/+0
* If volume is low, don't erase output, just leave it alone. Fixes missing soun... Aaron Giles2021-03-151-4/+1
* pmac6100: Move it to a new driver Olivier Galibert2021-03-121-1/+6
* -firebeat.cpp: Added support for beatmania III FDD and spectrum analyzer. (#7... 9871238791132021-03-111-6/+38
* ymfm: Improve LFO noise behavior. Add logging (under verbose) when LFO noise ... Aaron Giles2021-03-032-42/+57
* ymfm: Also explicitly sync writes to the mode register to ensure timer contro... Aaron Giles2021-03-022-14/+34
* Schedule all interrupt changes via timers to ensure proper ordering. Fixes th... Aaron Giles2021-03-022-4/+25
* Revert "Fix YM synchronization in Seibu sound device." Aaron Giles2021-03-022-12/+0
* Fix YM synchronization in Seibu sound device. Aaron Giles2021-03-022-0/+12
* Fix ADPCM-B processing logic. Force external mode on for YM2610. Fixes neogeo... Aaron Giles2021-02-283-15/+12
* New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) Aaron Giles2021-02-2726-9774/+5291
* x1_010: Clamp output samples to within range AJR2021-02-251-2/+8
* Refactored Seta sound, adding preliminary ST0032 sound support. (#7800) cam9002021-02-234-281/+532
* sound/cdda.cpp: Return LBA position as currently playing LBA. (#7811) 9871238791132021-02-231-1/+1
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-143-51/+46
* grobda: Eliminate DAC and allow the 15XX custom to play the speech sample AJR2021-02-111-28/+35
* sound/rf5c400.cpp: Fixed looping, and implemented position readback. (#7699) 9871238791132021-01-242-17/+75
* srcclean in preparation for branching release Vas Crabb2021-01-242-44/+44
* Much more core std::string_view modernization AJR2021-01-201-0/+1
* -Improved accuracy of System 573's digital I/O audio emulation. (#7664) 9871238791132021-01-162-128/+251
* - m950x0: Added implementation for STmicro M950x0 SPI EEPROM series. [Ryan Ho... Ryan Holtz2021-01-102-9/+144
* s14001a: get rid of compiler warning hap2021-01-061-11/+1
* hh_cop400: fix mdallas keypad problem hap2021-01-061-3/+1
* esqpump: remove unneeded logerror hap2020-12-311-3/+0
* -arm7: Added optional logging for Windows CE calls. [Ryan Holtz] Ryan Holtz2020-12-312-0/+259