FIC 486 VIP-IO2: Give it the correct Flash chip and fix a bug at W837x7 reset.

This commit is contained in:
OBattler
2025-08-12 21:52:50 +02:00
parent b81571d5eb
commit 59e221c4cb
2 changed files with 2 additions and 2 deletions

View File

@@ -1926,7 +1926,7 @@ machine_at_486vipio2_init(const machine_t *model)
device_add(&via_vt82c505_device);
device_add_params(&w837x7_device, (void *) (W83787F | W837X7_KEY_89));
device_add(&kbc_ps2_ami_pci_device);
device_add(&sst_flash_29ee010_device);
device_add(&winbond_flash_w29c010_device);
return ret;
}