summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/x1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/x1.cpp')
-rw-r--r--src/mame/drivers/x1.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/x1.cpp b/src/mame/drivers/x1.cpp
index 914ced01170..b151dfb9fdf 100644
--- a/src/mame/drivers/x1.cpp
+++ b/src/mame/drivers/x1.cpp
@@ -216,9 +216,9 @@
#include "formats/2d_dsk.h"
-#define MAIN_CLOCK XTAL_16MHz
-#define VDP_CLOCK XTAL_42_9545MHz
-#define MCU_CLOCK XTAL_6MHz
+#define MAIN_CLOCK XTAL(16'000'000)
+#define VDP_CLOCK XTAL(42'954'545)
+#define MCU_CLOCK XTAL(6'000'000)