diff options
Diffstat (limited to 'src/mame/drivers/peyper.cpp')
-rw-r--r-- | src/mame/drivers/peyper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/peyper.cpp b/src/mame/drivers/peyper.cpp index 8c26e7116ed..1c2da4509c6 100644 --- a/src/mame/drivers/peyper.cpp +++ b/src/mame/drivers/peyper.cpp @@ -607,7 +607,7 @@ MACHINE_CONFIG_START(peyper_state::peyper) MCFG_DEVICE_PROGRAM_MAP(peyper_map) MCFG_DEVICE_IO_MAP(peyper_io) MCFG_DEVICE_PERIODIC_INT_DRIVER(peyper_state, irq0_line_hold, 1250) - MCFG_NVRAM_ADD_0FILL("nvram") + NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0); /* video hardware */ config.set_default_layout(layout_peyper); |