summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/decocass.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/decocass.c')
-rw-r--r--src/mame/machine/decocass.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/machine/decocass.c b/src/mame/machine/decocass.c
index 963e7a0adad..568bc648be5 100644
--- a/src/mame/machine/decocass.c
+++ b/src/mame/machine/decocass.c
@@ -2251,3 +2251,6 @@ DEVICE_GET_INFO( decocass_tape )
case DEVINFO_STR_CREDITS: strcpy(info->s, "Copyright Nicola Salmoria and the MAME Team"); break;
}
}
+
+
+DEFINE_LEGACY_DEVICE(DECOCASS_TAPE, decocass_tape);