Acer V35N: Do not add the NVR - it is already added by the Super I/O chip.

This commit is contained in:
OBattler
2025-01-14 01:35:22 +01:00
parent b2520c6a6c
commit 8fda1aca83

View File

@@ -58,10 +58,6 @@ machine_at_acerv35n_init(const machine_t *model)
return ret;
machine_at_common_init_ex(model, 2);
/* Yes, it's called amstrad_mega_pc_nvr_device, but it's basically the
standard AT NVR, just initialized to 0x00's (perhaps that should be the
default behavior?). */
device_add(&amstrad_megapc_nvr_device);
pci_init(PCI_CONFIG_TYPE_1);
pci_register_slot(0x00, PCI_CARD_NORTHBRIDGE, 0, 0, 0, 0);