summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/mea8000.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/mea8000.h')
-rw-r--r--src/devices/sound/mea8000.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/sound/mea8000.h b/src/devices/sound/mea8000.h
index 82723bbf5c7..ff1ff4ad926 100644
--- a/src/devices/sound/mea8000.h
+++ b/src/devices/sound/mea8000.h
@@ -11,9 +11,6 @@
#ifndef __MEA8000_H__
#define __MEA8000_H__
-#define MCFG_MEA8000_DAC(_tag) \
- mea8000_device::static_set_dac_tag(*device, "^" _tag);
-
#define MCFG_MEA8000_REQ_CALLBACK(_write) \
devcb = &mea8000_device::set_reqwr_callback(*device, DEVCB_##_write);