Sound Blaster PnP: Ignore IDE PnP changes if IDE is not present, fixes #5077.

This commit is contained in:
OBattler
2024-12-30 18:55:10 +01:00
parent 9a5bfcfd25
commit b449f6f310
2 changed files with 11 additions and 1 deletions

View File

@@ -182,6 +182,7 @@ typedef struct sb_t {
void *gameport;
int pnp;
int has_ide;
uint8_t pos_regs[8];
uint8_t pnp_rom[512];