summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tdv2324.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tdv2324.cpp')
-rw-r--r--src/mame/drivers/tdv2324.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tdv2324.cpp b/src/mame/drivers/tdv2324.cpp
index a6b6851bcff..e4e0b772357 100644
--- a/src/mame/drivers/tdv2324.cpp
+++ b/src/mame/drivers/tdv2324.cpp
@@ -296,7 +296,7 @@ MACHINE_CONFIG_START(tdv2324_state::tdv2324)
MCFG_DEVICE_ADD(P8253_5_1_TAG, PIT8253, 0)
- MCFG_DEVICE_ADD(MK3887N4_TAG, Z80SIO2, 8000000/2)
+ Z80SIO2(config, MK3887N4_TAG, 8000000/2);
MCFG_DEVICE_ADD(FD1797PL02_TAG, FD1797, 8000000/4)
MCFG_FLOPPY_DRIVE_ADD(FD1797PL02_TAG":0", tdv2324_floppies, "8dsdd", floppy_image_device::default_floppy_formats)