diff options
Diffstat (limited to 'src/mame/drivers/lcmate2.cpp')
-rw-r--r-- | src/mame/drivers/lcmate2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/lcmate2.cpp b/src/mame/drivers/lcmate2.cpp index d15a9a4a57e..6ca0c405998 100644 --- a/src/mame/drivers/lcmate2.cpp +++ b/src/mame/drivers/lcmate2.cpp @@ -252,7 +252,7 @@ MACHINE_CONFIG_START(lcmate2_state::lcmate2) MCFG_HD44780_ADD("hd44780") MCFG_HD44780_LCD_SIZE(2, 20) - MCFG_NVRAM_ADD_0FILL("nvram") + NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0); /* sound hardware */ SPEAKER(config, "mono").front_center(); |