summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/huc6272.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/huc6272.h')
-rw-r--r--src/devices/video/huc6272.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/video/huc6272.h b/src/devices/video/huc6272.h
index 1793ec11821..58a601837dc 100644
--- a/src/devices/video/huc6272.h
+++ b/src/devices/video/huc6272.h
@@ -20,9 +20,6 @@
// INTERFACE CONFIGURATION MACROS
//**************************************************************************
-#define MCFG_HUC6272_ADD(tag, freq) \
- MCFG_DEVICE_ADD((tag), HUC6272, (freq))
-
#define MCFG_HUC6272_IRQ_CHANGED_CB(cb) \
devcb = &downcast<huc6272_device &>(*device).set_irq_changed_callback((DEVCB_##cb));