diff --git a/src/mame/drivers/goldstar.cpp b/src/mame/drivers/goldstar.cpp index e7f5a7636d5..71c3122bf54 100644 --- a/src/mame/drivers/goldstar.cpp +++ b/src/mame/drivers/goldstar.cpp @@ -9324,7 +9324,7 @@ MACHINE_CONFIG_START(unkch_state::megaline) MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_megaline) MCFG_PALETTE_ADD("palette", 256) MCFG_PALETTE_INIT_OWNER(goldstar_state, lucky8) - NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_1); +// NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_1); MCFG_VIDEO_START_OVERRIDE(goldstar_state,goldstar) diff --git a/src/mame/drivers/savquest.cpp b/src/mame/drivers/savquest.cpp index 6a6f110c601..59d139a7377 100644 --- a/src/mame/drivers/savquest.cpp +++ b/src/mame/drivers/savquest.cpp @@ -827,10 +827,10 @@ MACHINE_CONFIG_START(savquest_state::savquest) MCFG_PCI_BUS_LEGACY_DEVICE(7, DEVICE_SELF, savquest_state, intel82371ab_pci_r, intel82371ab_pci_w) MCFG_PCI_BUS_LEGACY_DEVICE(13, DEVICE_SELF, savquest_state, pci_3dfx_r, pci_3dfx_w) - ide_controller_device &ide(IDE_CONTROLLER(config, "ide").options(ata_devices, "hdd", nullptr, true)); + ide_controller_32_device &ide(IDE_CONTROLLER_32(config, "ide").options(ata_devices, "hdd", nullptr, true)); ide.irq_handler().set("pic8259_2", FUNC(pic8259_device::ir6_w)); - ide_controller_device &ide2(IDE_CONTROLLER(config, "ide2").options(ata_devices, nullptr, nullptr, true)); + ide_controller_32_device &ide2(IDE_CONTROLLER_32(config, "ide2").options(ata_devices, nullptr, nullptr, true)); ide2.irq_handler().set("pic8259_2", FUNC(pic8259_device::ir7_w)); /* sound hardware */