summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pcat_nit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pcat_nit.cpp')
-rw-r--r--src/mame/drivers/pcat_nit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/pcat_nit.cpp b/src/mame/drivers/pcat_nit.cpp
index 6b3731e8c6e..25518a4e6b7 100644
--- a/src/mame/drivers/pcat_nit.cpp
+++ b/src/mame/drivers/pcat_nit.cpp
@@ -247,7 +247,7 @@ MACHINE_CONFIG_START(pcat_nit_state::pcat_nit)
MCFG_INS8250_OUT_INT_CB(WRITELINE("pic8259_1", pic8259_device, ir4_w))
MCFG_MICROTOUCH_ADD( "microtouch", 9600, WRITELINE("ns16450_0", ins8250_uart_device, rx_w) ) // rate?
- MCFG_NVRAM_ADD_0FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
MACHINE_CONFIG_END
MACHINE_CONFIG_START(pcat_nit_state::bonanza)
@@ -266,7 +266,7 @@ MACHINE_CONFIG_START(pcat_nit_state::bonanza)
MCFG_INS8250_OUT_INT_CB(WRITELINE("pic8259_1", pic8259_device, ir4_w))
MCFG_MICROTOUCH_ADD( "microtouch", 9600, WRITELINE("ns16450_0", ins8250_uart_device, rx_w) ) // rate?
- MCFG_NVRAM_ADD_0FILL("nvram")
+ NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
MACHINE_CONFIG_END
/***************************************