summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/ds2404.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/ds2404.c')
-rw-r--r--src/emu/machine/ds2404.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emu/machine/ds2404.c b/src/emu/machine/ds2404.c
index b8b66bda455..5ab5ea5714c 100644
--- a/src/emu/machine/ds2404.c
+++ b/src/emu/machine/ds2404.c
@@ -353,3 +353,6 @@ static const char DEVTEMPLATE_SOURCE[] = __FILE__;
#define DEVTEMPLATE_NAME "DS2404"
#define DEVTEMPLATE_FAMILY "NVRAM"
#include "devtempl.h"
+
+
+DEFINE_LEGACY_NVRAM_DEVICE(DS2404, ds2404);