summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/atarigen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/atarigen.h')
-rw-r--r--src/mame/machine/atarigen.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/machine/atarigen.h b/src/mame/machine/atarigen.h
index 759fa003fac..caea246c8f0 100644
--- a/src/mame/machine/atarigen.h
+++ b/src/mame/machine/atarigen.h
@@ -21,10 +21,10 @@
CONSTANTS
***************************************************************************/
-#define ATARI_CLOCK_14MHz XTAL_14_31818MHz
-#define ATARI_CLOCK_20MHz XTAL_20MHz
-#define ATARI_CLOCK_32MHz XTAL_32MHz
-#define ATARI_CLOCK_50MHz XTAL_50MHz
+#define ATARI_CLOCK_14MHz XTAL(14'318'181)
+#define ATARI_CLOCK_20MHz XTAL(20'000'000)
+#define ATARI_CLOCK_32MHz XTAL(32'000'000)
+#define ATARI_CLOCK_50MHz XTAL(50'000'000)