Make the SB16 OPL remappable by ISAPnP

This commit is contained in:
RichardG867
2021-03-20 14:42:13 -03:00
parent c8f26b2341
commit 04494892cc
2 changed files with 14 additions and 4 deletions

View File

@@ -126,6 +126,8 @@ typedef struct sb_t
int pos;
uint8_t pos_regs[8];
uint16_t opl_pnp_addr;
} sb_t;
extern void sb_ct1345_mixer_write(uint16_t addr, uint8_t val, void *p);