summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/bml3
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2014-05-12 12:28:44 +0000
committer Curt Coder <curtcoder@mail.com>2014-05-12 12:28:44 +0000
commitbd863c15f2a906a56cdf2883135b31a741f9b1ac (patch)
tree8e07f01b8b8bfe3e590f2a07a0d41217c2b49f70 /src/emu/bus/bml3
parentea89fb613b91d4a89a07da5e7115aff3efe810e3 (diff)
wd17xx: devcb2. (nw)
Diffstat (limited to 'src/emu/bus/bml3')
-rw-r--r--src/emu/bus/bml3/bml3mp1802.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/bus/bml3/bml3mp1802.c b/src/emu/bus/bml3/bml3mp1802.c
index fb00f9d7acd..dbda88a12c2 100644
--- a/src/emu/bus/bml3/bml3mp1802.c
+++ b/src/emu/bus/bml3/bml3mp1802.c
@@ -38,8 +38,6 @@ WRITE_LINE_MEMBER( bml3bus_mp1802_device::bml3_wd17xx_intrq_w )
const wd17xx_interface bml3_wd17xx_interface =
{
DEVCB_NULL,
- DEVCB_DEVICE_LINE_MEMBER(DEVICE_SELF_OWNER, bml3bus_mp1802_device, bml3_wd17xx_intrq_w),
- DEVCB_NULL,
{FLOPPY_0, FLOPPY_1}
};
@@ -54,6 +52,7 @@ ROM_END
MACHINE_CONFIG_FRAGMENT( mp1802 )
MCFG_MB8866_ADD("wd17xx", bml3_wd17xx_interface )
+ MCFG_WD17XX_INTRQ_CALLBACK(WRITELINE(bml3bus_mp1802_device, bml3_wd17xx_intrq_w))
MCFG_LEGACY_FLOPPY_2_DRIVES_ADD(bml3_mp1802_floppy_interface)
MACHINE_CONFIG_END