summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/ti99_peb/bwg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/ti99_peb/bwg.c')
-rw-r--r--src/emu/bus/ti99_peb/bwg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emu/bus/ti99_peb/bwg.c b/src/emu/bus/ti99_peb/bwg.c
index 5882b0bbf89..11a6d810540 100644
--- a/src/emu/bus/ti99_peb/bwg.c
+++ b/src/emu/bus/ti99_peb/bwg.c
@@ -1124,7 +1124,8 @@ INPUT_PORTS_START( bwg_fdc_legacy )
INPUT_PORTS_END
MACHINE_CONFIG_FRAGMENT( bwg_fdc_legacy )
- MCFG_WD1773_ADD(FDCLEG_TAG, default_wd17xx_interface)
+ MCFG_DEVICE_ADD(FDCLEG_TAG, WD1773, 0)
+ MCFG_WD17XX_DEFAULT_DRIVE4_TAGS
MCFG_WD17XX_INTRQ_CALLBACK(WRITELINE(snug_bwg_legacy_device, intrq_w))
MCFG_WD17XX_DRQ_CALLBACK(WRITELINE(snug_bwg_legacy_device, drq_w))