Add the OPTi 82c931 audio controller

All drivers work outside of CDSETUP.SYS from the v2.04 DOS/Win3.1 driver package failing to detect the card. SNDINIT from the same package does work so audio is functional.
This commit is contained in:
win2kgamer
2025-11-30 17:51:06 -06:00
parent 4d577843de
commit 2f594a1e8f
4 changed files with 357 additions and 8 deletions

View File

@@ -222,8 +222,9 @@ extern const device_t entertainer_device;
/* Mindscape Music Board */
extern const device_t mmb_device;
/* OPTi 82c930 */
/* OPTi 82c93x */
extern const device_t opti_82c930_device;
extern const device_t opti_82c931_device;
/* Pro Audio Spectrum Plus, 16, and 16D */
extern const device_t pasplus_device;