diff options
Diffstat (limited to 'src/mame/drivers/g627.cpp')
-rw-r--r-- | src/mame/drivers/g627.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/g627.cpp b/src/mame/drivers/g627.cpp index 63f78774e00..b4a999530d8 100644 --- a/src/mame/drivers/g627.cpp +++ b/src/mame/drivers/g627.cpp @@ -308,7 +308,7 @@ MACHINE_CONFIG_START(g627_state::g627) i8156.out_pc_callback().set(FUNC(g627_state::portc_w)); i8156.out_to_callback().set_inputline(m_maincpu, INPUT_LINE_NMI); - MCFG_NVRAM_ADD_0FILL("nvram") + NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0); /* Sound */ genpin_audio(config); |