Give the OPTi 931 its PnP quaternary IDE controller

This commit is contained in:
win2kgamer
2025-12-03 17:37:06 -06:00
parent 34ac49558b
commit 3c56968921
3 changed files with 40 additions and 1 deletions

View File

@@ -210,6 +210,7 @@ extern void ide_handlers(uint8_t board, int set);
extern void ide_board_set_force_ata3(int board, int force_ata3);
#ifdef EMU_ISAPNP_H
extern void ide_pnp_config_changed(uint8_t ld, isapnp_device_config_t *config, void *priv);
extern void ide_pnp_config_changed_opti931(uint8_t ld, isapnp_device_config_t *config, void *priv);
extern void ide_pnp_config_changed_1addr(uint8_t ld, isapnp_device_config_t *config, void *priv);
#endif