summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/astrof.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/astrof.cpp')
-rw-r--r--src/mame/drivers/astrof.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/astrof.cpp b/src/mame/drivers/astrof.cpp
index 239bc63c8aa..94ff5a56639 100644
--- a/src/mame/drivers/astrof.cpp
+++ b/src/mame/drivers/astrof.cpp
@@ -63,7 +63,7 @@
#include "cpu/m6502/m6502.h"
-#define MASTER_CLOCK (XTAL_10_595MHz)
+#define MASTER_CLOCK (XTAL(10'595'000))
#define MAIN_CPU_CLOCK (MASTER_CLOCK / 16)
#define PIXEL_CLOCK (MASTER_CLOCK / 2)
#define HTOTAL (0x150)