From 655d357e9862b24d60ccabedf5d1c80f0a2dc28e Mon Sep 17 00:00:00 2001 From: AJR Date: Fri, 10 Mar 2017 23:01:17 -0500 Subject: mea8000: Remove no longer used configuration macro (nw) --- src/devices/sound/mea8000.h | 3 --- 1 file changed, 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); -- cgit v1.2.3