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