diff options
Diffstat (limited to 'src/devices/sound/ym2151.h')
-rw-r--r-- | src/devices/sound/ym2151.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/sound/ym2151.h b/src/devices/sound/ym2151.h index 989607bbf62..0aba974025f 100644 --- a/src/devices/sound/ym2151.h +++ b/src/devices/sound/ym2151.h @@ -40,9 +40,6 @@ // INTERFACE CONFIGURATION MACROS //************************************************************************** -#define MCFG_YM2151_ADD(_tag, _clock) \ - MCFG_DEVICE_ADD(_tag, YM2151, _clock) - #define MCFG_YM2151_IRQ_HANDLER(_devcb) \ devcb = &downcast<ym2151_device &>(*device).set_irq_handler(DEVCB_##_devcb); #define MCFG_YM2151_PORT_WRITE_HANDLER(_devcb) \ |