summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/2608intf.h
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2018-12-29 11:51:30 +0100
committer mooglyguy <therealmogminer@gmail.com>2018-12-29 11:51:30 +0100
commit7a33288e3e3675f862d799a9f24e083d095babf3 (patch)
treee5195816da422962b45c22117f9ef9e6462c419a /src/devices/sound/2608intf.h
parent2a8d1067ef228ca6bea52c87f818888eac80cf61 (diff)
-devices/sound/2608intf, 2610intf: Removed MCFG macros, nw
-drivers/2mindril, aerofgt, asuka, bbusters, bingowav, crshrace, f1gp, fromanc2, gstriker, inufuku, mcatadv, neoprint, ninjaw, othunder, pipedrm, slapshot, suprslam, taito_b, taito_f2, taito_h, taito_x, taito_z, taitoair, taotaido, warriorb, wc90, welltris, wgp, yuvomz80: Removed MACHINE_CONFIG macros, nw
Diffstat (limited to 'src/devices/sound/2608intf.h')
-rw-r--r--src/devices/sound/2608intf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/sound/2608intf.h b/src/devices/sound/2608intf.h
index de64a23245b..76c69ec3961 100644
--- a/src/devices/sound/2608intf.h
+++ b/src/devices/sound/2608intf.h
@@ -11,9 +11,6 @@
struct ssg_callbacks;
-#define MCFG_YM2608_IRQ_HANDLER(cb) \
- downcast<ym2608_device &>(*device).set_irq_handler(DEVCB_##cb);
-
class ym2608_device : public ay8910_device,
public device_rom_interface
{