Add an actual Sound Blaster AWE32 PnP ROM, and separate the existing Sound Blaster 32 PnP

This commit is contained in:
RichardG867
2021-03-22 23:16:08 -03:00
parent c1858212e8
commit 64a9f1c94b
3 changed files with 127 additions and 3 deletions

View File

@@ -112,6 +112,7 @@ extern const device_t sb_pro_v2_device;
extern const device_t sb_pro_mcv_device;
extern const device_t sb_16_device;
extern const device_t sb_16_pnp_device;
extern const device_t sb_32_pnp_device;
extern const device_t sb_awe32_device;
extern const device_t sb_awe32_pnp_device;