summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/4enlinea.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/4enlinea.cpp')
-rw-r--r--src/mame/drivers/4enlinea.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/4enlinea.cpp b/src/mame/drivers/4enlinea.cpp
index 011e0d07682..95cb86b981d 100644
--- a/src/mame/drivers/4enlinea.cpp
+++ b/src/mame/drivers/4enlinea.cpp
@@ -196,9 +196,9 @@
#include "speaker.h"
-#define MAIN_CLOCK XTAL_16MHz
-#define SEC_CLOCK XTAL_8MHz
-#define HCGA_CLOCK XTAL_14_31818MHz
+#define MAIN_CLOCK XTAL(16'000'000)
+#define SEC_CLOCK XTAL(8'000'000)
+#define HCGA_CLOCK XTAL(14'318'181)
#define PRG_CPU_CLOCK MAIN_CLOCK /2 /* 8 MHz. (measured) */
#define SND_CPU_CLOCK SEC_CLOCK /2 /* 4 MHz. (measured) */