summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/dinvram.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/dinvram.c')
-rw-r--r--src/emu/dinvram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/dinvram.c b/src/emu/dinvram.c
index bd23dab16be..4767d7d633c 100644
--- a/src/emu/dinvram.c
+++ b/src/emu/dinvram.c
@@ -21,7 +21,7 @@
//-------------------------------------------------
device_nvram_interface::device_nvram_interface(const machine_config &mconfig, device_t &device)
- : device_interface(device)
+ : device_interface(device, "nvram")
{
}