summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/special.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/special.cpp')
-rw-r--r--src/mame/drivers/special.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/special.cpp b/src/mame/drivers/special.cpp
index 004cbf8f226..de6509a33d0 100644
--- a/src/mame/drivers/special.cpp
+++ b/src/mame/drivers/special.cpp
@@ -463,7 +463,7 @@ MACHINE_CONFIG_DERIVED(special_state::specimx, special)
MCFG_I8255_IN_PORTC_CB(READ8(special_state, specialist_8255_portc_r))
MCFG_I8255_OUT_PORTC_CB(WRITE8(special_state, specialist_8255_portc_w))
- MCFG_FD1793_ADD("fd1793", XTAL_8MHz / 8)
+ MCFG_FD1793_ADD("fd1793", XTAL(8'000'000) / 8)
MCFG_WD_FDC_DRQ_CALLBACK(WRITELINE(special_state, fdc_drq))
MCFG_FLOPPY_DRIVE_ADD("fd0", specimx_floppies, "525qd", special_state::specimx_floppy_formats)
MCFG_FLOPPY_DRIVE_ADD("fd1", specimx_floppies, "525qd", special_state::specimx_floppy_formats)
@@ -518,7 +518,7 @@ MACHINE_CONFIG_START(special_state::erik)
MCFG_I8255_IN_PORTC_CB(READ8(special_state, specialist_8255_portc_r))
MCFG_I8255_OUT_PORTC_CB(WRITE8(special_state, specialist_8255_portc_w))
- MCFG_FD1793_ADD("fd1793", XTAL_8MHz / 8)
+ MCFG_FD1793_ADD("fd1793", XTAL(8'000'000) / 8)
MCFG_WD_FDC_DRQ_CALLBACK(WRITELINE(special_state, fdc_drq))
MCFG_FLOPPY_DRIVE_ADD("fd0", specimx_floppies, "525qd", special_state::specimx_floppy_formats)
MCFG_FLOPPY_DRIVE_ADD("fd1", specimx_floppies, "525qd", special_state::specimx_floppy_formats)