summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/2151intf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/2151intf.h')
-rw-r--r--src/emu/sound/2151intf.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/emu/sound/2151intf.h b/src/emu/sound/2151intf.h
index b8c42eb01e9..c8a866384ce 100644
--- a/src/emu/sound/2151intf.h
+++ b/src/emu/sound/2151intf.h
@@ -20,11 +20,9 @@
MCFG_DEVICE_ADD(_tag, YM2151, _clock)
#define MCFG_YM2151_IRQ_HANDLER(_devcb) \
- devcb = &ym2151_device::set_irq_handler(*device, DEVCB2_##_devcb); \
-
+ devcb = &ym2151_device::set_irq_handler(*device, DEVCB2_##_devcb);
#define MCFG_YM2151_PORT_WRITE_HANDLER(_devcb) \
- devcb = &ym2151_device::set_port_write_handler(*device, DEVCB2_##_devcb); \
-
+ devcb = &ym2151_device::set_port_write_handler(*device, DEVCB2_##_devcb);
//**************************************************************************