summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/exidy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/exidy.h')
-rw-r--r--src/mame/includes/exidy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/exidy.h b/src/mame/includes/exidy.h
index 90db0aa04ec..7179192e9e0 100644
--- a/src/mame/includes/exidy.h
+++ b/src/mame/includes/exidy.h
@@ -10,7 +10,7 @@
#include "sound/samples.h"
#include "screen.h"
-#define EXIDY_MASTER_CLOCK (XTAL_11_289MHz)
+#define EXIDY_MASTER_CLOCK (XTAL(11'289'000))
#define EXIDY_CPU_CLOCK (EXIDY_MASTER_CLOCK / 16)
#define EXIDY_PIXEL_CLOCK (EXIDY_MASTER_CLOCK / 2)
#define EXIDY_HTOTAL (0x150)