summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/maygay1b.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/maygay1b.h')
-rw-r--r--src/mame/includes/maygay1b.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/maygay1b.h b/src/mame/includes/maygay1b.h
index d8536adebe4..d9800286763 100644
--- a/src/mame/includes/maygay1b.h
+++ b/src/mame/includes/maygay1b.h
@@ -6,8 +6,8 @@
#define VERBOSE 0
#define LOG(x) do { if (VERBOSE) logerror x; } while (0)
-#define M1_MASTER_CLOCK (XTAL_8MHz)
-#define M1_DUART_CLOCK (XTAL_3_6864MHz)
+#define M1_MASTER_CLOCK (XTAL(8'000'000))
+#define M1_DUART_CLOCK (XTAL(3'686'400))
#include "cpu/m6809/m6809.h"
#include "machine/i8279.h"