summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/tdv2324.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/tdv2324.c')
-rw-r--r--src/mess/drivers/tdv2324.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/tdv2324.c b/src/mess/drivers/tdv2324.c
index 09a69054036..2597c11dd85 100644
--- a/src/mess/drivers/tdv2324.c
+++ b/src/mess/drivers/tdv2324.c
@@ -287,7 +287,7 @@ static MACHINE_CONFIG_START( tdv2324, tdv2324_state )
MCFG_Z80SIO2_ADD(MK3887N4_TAG, 8000000/2, 0, 0, 0, 0)
- MCFG_FD1797x_ADD(FD1797PL02_TAG, 8000000/4)
+ MCFG_FD1797_ADD(FD1797PL02_TAG, 8000000/4)
MCFG_FLOPPY_DRIVE_ADD(FD1797PL02_TAG":0", tdv2324_floppies, "8dsdd", floppy_image_device::default_floppy_formats)
MCFG_FLOPPY_DRIVE_ADD(FD1797PL02_TAG":1", tdv2324_floppies, "8dsdd", floppy_image_device::default_floppy_formats)