summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mz2000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mz2000.cpp')
-rw-r--r--src/mame/drivers/mz2000.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/mz2000.cpp b/src/mame/drivers/mz2000.cpp
index ad2972fccf6..e0e748a65d4 100644
--- a/src/mame/drivers/mz2000.cpp
+++ b/src/mame/drivers/mz2000.cpp
@@ -38,7 +38,7 @@
#include "formats/mz_cas.h"
-#define MASTER_CLOCK XTAL_17_73447MHz/5 /* TODO: was 4 MHz, but otherwise cassette won't work due of a bug with MZF support ... */
+#define MASTER_CLOCK XTAL(17'734'470)/5 /* TODO: was 4 MHz, but otherwise cassette won't work due of a bug with MZF support ... */
#define UTF8_POUND "\xc2\xa3"
#define UTF8_YEN "\xc2\xa5"
@@ -888,7 +888,7 @@ MACHINE_CONFIG_START(mz2000_state::mz2000)
MCFG_PIT8253_CLK1(31250) /* needed by "Art Magic" to boot */
MCFG_PIT8253_CLK2(31250)
- MCFG_MB8877_ADD("mb8877a", XTAL_1MHz)
+ MCFG_MB8877_ADD("mb8877a", XTAL(1'000'000))
MCFG_FLOPPY_DRIVE_ADD("mb8877a:0", mz2000_floppies, "dd", mz2000_state::floppy_formats)
MCFG_FLOPPY_DRIVE_ADD("mb8877a:1", mz2000_floppies, "dd", mz2000_state::floppy_formats)