summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mc146818.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mc146818.h')
-rw-r--r--src/devices/machine/mc146818.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/machine/mc146818.h b/src/devices/machine/mc146818.h
index 8275a8b060f..3bc79fb7d67 100644
--- a/src/devices/machine/mc146818.h
+++ b/src/devices/machine/mc146818.h
@@ -21,9 +21,6 @@
// INTERFACE CONFIGURATION MACROS
//**************************************************************************
-#define MCFG_MC146818_ADD(_tag, _xtal) \
- MCFG_DEVICE_ADD(_tag, MC146818, _xtal)
-
#define MCFG_MC146818_IRQ_HANDLER(_irq) \
devcb = &downcast<mc146818_device &>(*device).set_irq_callback(DEVCB_##_irq);