Add a (currently broken) implementation of the Sensation 1 onboard audio

OPL3 is working, Windows 3.1 driver initializes correctly but the DAC fails to play back properly: only one set of samples plays back with silence after reloading the sample counter
This commit is contained in:
win2kgamer
2026-01-25 22:18:59 -06:00
parent 900be45698
commit 3ce332794e
4 changed files with 1137 additions and 0 deletions

View File

@@ -392,6 +392,7 @@ machine_at_sensation1_init(const machine_t *model)
device_add(&vl82c113_device);
device_add(&pssj_1e0_device);
device_add(&sensationaud_device);
if (fdc_current[0] == FDC_INTERNAL)
device_add(&fdc_at_nsc_dp8473_device);