summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-03-10 23:01:17 -0500
committer AJR <ajrhacker@users.noreply.github.com>2017-03-10 23:01:17 -0500
commit655d357e9862b24d60ccabedf5d1c80f0a2dc28e (patch)
tree19eb90968fe954cf26e73eb877f9f36e04cc084a
parent006709e725a7afbaacb947e5645996d8101036c7 (diff)
mea8000: Remove no longer used configuration macro (nw)
-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);