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

@@ -644,7 +644,7 @@ machine_at_pc330_6573_init(const machine_t *model) /* doesn't like every CPU oth
pci_register_slot(0x0E, PCI_CARD_VIDEO, 13, 14, 15, 16);
if (gfxcard[0] == VID_INTERNAL)
device_add(&gd5430_onboard_pci_device);
device_add(&gd5430_onboard_vlb_device);
device_add(&opti602_device);
device_add(&opti802g_device);