summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/einstein.cpp
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2018-09-06 18:23:16 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2018-09-06 18:23:16 +0200
commit7bc9740ca7d842359a6af4b5f11f5410f0d6a9a3 (patch)
treec878faff4bd1596b43754756bfc70b96d948c84e /src/mame/drivers/einstein.cpp
parentf0f5b81528236e3bf2d815e20bbb36a1728b0bba (diff)
wd_fdc: removed MCFG macros (nw)
Diffstat (limited to 'src/mame/drivers/einstein.cpp')
-rw-r--r--src/mame/drivers/einstein.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/einstein.cpp b/src/mame/drivers/einstein.cpp
index 8556fc63486..7b5a7951cd0 100644
--- a/src/mame/drivers/einstein.cpp
+++ b/src/mame/drivers/einstein.cpp
@@ -659,7 +659,7 @@ MACHINE_CONFIG_START(einstein_state::einstein)
MCFG_RS232_CTS_HANDLER(WRITELINE(IC_I060, i8251_device, write_cts))
// floppy
- MCFG_DEVICE_ADD(IC_I042, WD1770, XTAL_X002)
+ WD1770(config, m_fdc, XTAL_X002);
MCFG_FLOPPY_DRIVE_ADD(IC_I042 ":0", einstein_floppies, "3ss", floppy_image_device::default_floppy_formats)
MCFG_FLOPPY_DRIVE_ADD(IC_I042 ":1", einstein_floppies, "3ss", floppy_image_device::default_floppy_formats)