summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ymfm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up delay implementation a bit. Move delay setting to immediately after ...ymfm-delay Aaron Giles2021-04-211-16/+25
* ymfm: Implement delay in OPM/OPN operators. Not sure this really affects much... Aaron Giles2021-04-211-31/+38
* 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-201-0/+16
* 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-051-17/+4
* ymfm: Latch the multi-frequency state at key on. Fixes sor2 punch sound on me... Aaron Giles2021-04-041-4/+17
* ymfm: Don't pre-mask status bits with the status mask; apply instead at time ... Aaron Giles2021-04-041-2/+2
* 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-021-691/+2240
* srcclean in preparation for release Vas Crabb2021-03-281-9/+9
* Turn off VERBOSE Aaron Giles2021-03-251-1/+1
* ymfm: Backport active channel detection to help improve performance. Further ... Aaron Giles2021-03-211-0/+28
* ymfm: Improve LFO noise behavior. Add logging (under verbose) when LFO noise ... Aaron Giles2021-03-031-42/+55
* ymfm: Also explicitly sync writes to the mode register to ensure timer contro... Aaron Giles2021-03-021-14/+31
* Schedule all interrupt changes via timers to ensure proper ordering. Fixes th... Aaron Giles2021-03-021-1/+19
* Revert "Fix YM synchronization in Seibu sound device." Aaron Giles2021-03-021-11/+0
* Fix YM synchronization in Seibu sound device. Aaron Giles2021-03-021-0/+11
* New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) Aaron Giles2021-02-271-0/+1642