summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ym2154.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ym2154: Decode real sample data, which is ulaw-ish. Aaron Giles2021-06-051-5/+13
| | | | ympsr60: Update to use real ROM data.
* ympsr60: Fleshed out the PSR60/PSR70 drivers Aaron Giles2021-05-311-0/+311
* 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