summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/i2cmemdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/i2cmemdev.c')
-rw-r--r--src/emu/machine/i2cmemdev.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emu/machine/i2cmemdev.c b/src/emu/machine/i2cmemdev.c
index 34ba2d1ae55..2f3f1d500ed 100644
--- a/src/emu/machine/i2cmemdev.c
+++ b/src/emu/machine/i2cmemdev.c
@@ -474,3 +474,6 @@ DEVICE_GET_INFO( i2cmem )
case DEVINFO_STR_CREDITS: strcpy( info->s, "Copyright Nicola Salmoria and the MAME Team" ); break;
}
}
+
+
+DEFINE_LEGACY_NVRAM_DEVICE(I2CMEM, i2cmem);