summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/proteus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/proteus.cpp')
-rw-r--r--src/mame/drivers/proteus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/proteus.cpp b/src/mame/drivers/proteus.cpp
index afe26ec9bf8..27e4796cbfd 100644
--- a/src/mame/drivers/proteus.cpp
+++ b/src/mame/drivers/proteus.cpp
@@ -333,7 +333,7 @@ MACHINE_CONFIG_START(proteus_state::proteus)
MCFG_DEVCB_CHAIN_OUTPUT(INPUTLINE("z80", INPUT_LINE_IRQ0))
/* fdc */
- MCFG_FD1771_ADD("fdc", 4_MHz_XTAL / 2)
+ MCFG_DEVICE_ADD("fdc", FD1771, 4_MHz_XTAL / 2)
MCFG_WD_FDC_HLD_CALLBACK(WRITELINE(*this, proteus_state, motor_w))
MCFG_WD_FDC_FORCE_READY