summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/bbd.cpp
Commit message (Collapse)AuthorAgeFilesLines
* bbd: Add support for a continuously-varying frequency to avoid abusing the ↵ Aaron Giles2021-05-311-7/+54
| | | | sound manager.
* ympsr60: Fleshed out the PSR60/PSR70 drivers Aaron Giles2021-05-311-0/+118
* Split YM2154 into a separate device * Created fake YM2154 ROMs as placeholders * Created new BBD sound device in src/devices/sound/bbd.cpp * Created new mixer device in src/devices/sound/mixer.cpp * Connected YM2154 and BBD devices * Approximated BBD driver behavior * Exposed analog sliders as adjusters (accessible via ` menu) * Added sliders to layout and animated them