diff options
author | 2018-12-27 00:17:16 +0100 | |
---|---|---|
committer | 2018-12-27 00:17:55 +0100 | |
commit | 61a555c34750cab2c7dd2c8fd5bab1ede1ee175e (patch) | |
tree | ea9375a84ae3aa4a38caddf15a5ba18530a9dee7 /src/devices/sound/2612intf.h | |
parent | d582f7c4a0c20b71d287de8d688d44fd81907505 (diff) |
-devices/machine/msm6253: Removed MCFG macros and added devcb3 support, nw
-devices/machine/timer: Added device support to configure_scanline, nw
-devices/sound/2612intf: Removed MCFG macros.
-drivers/cegac2, segajw, segam1, segas18, segas24, segas32, segaufo, seta, shangha3: Removed MACHINE_CONFIG, mw
Diffstat (limited to 'src/devices/sound/2612intf.h')
-rw-r--r-- | src/devices/sound/2612intf.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/sound/2612intf.h b/src/devices/sound/2612intf.h index 63f6ee22ec0..5dc31593685 100644 --- a/src/devices/sound/2612intf.h +++ b/src/devices/sound/2612intf.h @@ -6,9 +6,6 @@ #pragma once -#define MCFG_YM2612_IRQ_HANDLER(cb) \ - downcast<ym2612_device &>(*device).set_irq_handler((DEVCB_##cb)); - class ym2612_device : public device_t, public device_sound_interface { public: |