summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/europc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/europc.cpp')
-rw-r--r--src/mame/drivers/europc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/europc.cpp b/src/mame/drivers/europc.cpp
index 000ff099c00..1ac51ff2853 100644
--- a/src/mame/drivers/europc.cpp
+++ b/src/mame/drivers/europc.cpp
@@ -541,7 +541,7 @@ MACHINE_CONFIG_START(europc_pc_state::europc)
MCFG_SLOT_FIXED(true)
MCFG_PC_KEYB_ADD("pc_keyboard", WRITELINE("mb:pic8259", pic8259_device, ir1_w))
- MCFG_NVRAM_ADD_0FILL("nvram");
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);;
/* internal ram */
// Machine came with 512K standard, 640K via expansion card, but BIOS offers 256K as well