summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/dmadac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/dmadac.c')
-rw-r--r--src/emu/sound/dmadac.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/sound/dmadac.c b/src/emu/sound/dmadac.c
index 7d6ccef08b0..6f89c20a7f3 100644
--- a/src/emu/sound/dmadac.c
+++ b/src/emu/sound/dmadac.c
@@ -262,3 +262,5 @@ DEVICE_GET_INFO( dmadac )
}
}
+
+DEFINE_LEGACY_SOUND_DEVICE(DMADAC, dmadac);