summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/cdp1863.h
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2018-12-26 10:29:49 +0100
committer mooglyguy <therealmogminer@gmail.com>2018-12-27 00:17:55 +0100
commit6b92c07f68fcb76559c42fbf57b4c8f3951411a6 (patch)
tree284eb8e4b0972a940850c8c91418ff14abfc5ef1 /src/devices/sound/cdp1863.h
parent1dd575ff2e385e0f267b78a9a3e77b1ce0a560a9 (diff)
-devices/sound/262intf, bsmt2000, c6280, cdp1863, msm5232, ymf271: Removed MCFG macros, nw
-audio/decobsmt, bigevglf, ladyfrog, nycaptor, play_2, seibuspi, tecmosys, wyvernf0: Removed MACHINE_CONFIG macros, nw
Diffstat (limited to 'src/devices/sound/cdp1863.h')
-rw-r--r--src/devices/sound/cdp1863.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/devices/sound/cdp1863.h b/src/devices/sound/cdp1863.h
index 93366575e8a..310848c607d 100644
--- a/src/devices/sound/cdp1863.h
+++ b/src/devices/sound/cdp1863.h
@@ -26,16 +26,6 @@
//**************************************************************************
-// INTERFACE CONFIGURATION MACROS
-//**************************************************************************
-
-#define MCFG_CDP1863_ADD(_tag, _clock, _clock2) \
- MCFG_DEVICE_ADD(_tag, CDP1863, _clock) \
- downcast<cdp1863_device &>(*device).set_clock2(_clock2);
-
-
-
-//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************