Implement the DEC/Intel 21152-AB PCI bridge for the Dell Gn+/GXa riser card.

This commit is contained in:
OBattler
2025-05-24 07:10:49 +02:00
parent e083daf4bb
commit fa5f1224ca
4 changed files with 68 additions and 11 deletions

View File

@@ -286,6 +286,7 @@ extern void pci_bridge_set_ctl(void *priv, uint8_t ctl);
#ifdef EMU_DEVICE_H
extern const device_t dec21150_device;
extern const device_t dec21152_device;
extern const device_t ali5243_agp_device;
extern const device_t ali5247_agp_device;