The IBM PC330 on-board CL-GD 5430 is now correctly VLB and not PCI.

This commit is contained in:
OBattler
2023-08-23 18:05:58 +02:00
parent 6f4a3ebb9e
commit 2bff7c3910
3 changed files with 16 additions and 1 deletions

View File

@@ -352,6 +352,7 @@ extern const device_t gd5429_isa_device;
extern const device_t gd5429_vlb_device;
extern const device_t gd5430_diamond_speedstar_pro_se_a8_vlb_device;
extern const device_t gd5430_vlb_device;
extern const device_t gd5430_onboard_vlb_device;
extern const device_t gd5430_pci_device;
extern const device_t gd5430_onboard_pci_device;
extern const device_t gd5434_isa_device;