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