summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/b2m.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/b2m.cpp')
-rw-r--r--src/mame/drivers/b2m.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/b2m.cpp b/src/mame/drivers/b2m.cpp
index 9a72f7d5581..daf7193ce0b 100644
--- a/src/mame/drivers/b2m.cpp
+++ b/src/mame/drivers/b2m.cpp
@@ -238,7 +238,7 @@ MACHINE_CONFIG_START(b2m_state::b2m)
/* uart */
MCFG_DEVICE_ADD("uart", I8251, 0)
- MCFG_FD1793_ADD("fd1793", XTAL_8MHz / 8)
+ MCFG_FD1793_ADD("fd1793", XTAL(8'000'000) / 8)
MCFG_WD_FDC_DRQ_CALLBACK(WRITELINE(b2m_state, b2m_fdc_drq))
MCFG_FLOPPY_DRIVE_ADD("fd0", b2m_floppies, "525qd", b2m_state::b2m_floppy_formats)