Implement VIA SBPro emulation

This commit is contained in:
RichardG867
2021-08-03 20:28:24 -03:00
parent 3babec6218
commit e937de6760
2 changed files with 63 additions and 45 deletions

View File

@@ -1571,7 +1571,6 @@ sb_pro_compat_init(const device_t *info)
sb_t *sb = malloc(sizeof(sb_t));
memset(sb, 0, sizeof(sb_t));
sb->opl_enabled = 0; /* CS423x updates this, while VT82C686 lacks OPL */
opl3_init(&sb->opl);
sb_dsp_init(&sb->dsp, SBPRO2, SB_SUBTYPE_DEFAULT, sb);