summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/magic10.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/magic10.cpp')
-rw-r--r--src/mame/drivers/magic10.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/magic10.cpp b/src/mame/drivers/magic10.cpp
index 3851c09f3b3..cc6ca0966a9 100644
--- a/src/mame/drivers/magic10.cpp
+++ b/src/mame/drivers/magic10.cpp
@@ -101,8 +101,8 @@
#include "musicsrt.lh"
-#define MAIN_CLOCK XTAL_20MHz
-#define AUX_CLOCK XTAL_30MHz
+#define MAIN_CLOCK XTAL(20'000'000)
+#define AUX_CLOCK XTAL(30'000'000)
#define CPU_CLOCK MAIN_CLOCK/2