summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/galaxian.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/galaxian.h')
-rw-r--r--src/mame/includes/galaxian.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/galaxian.h b/src/mame/includes/galaxian.h
index 9f498f4fc05..9f847751e78 100644
--- a/src/mame/includes/galaxian.h
+++ b/src/mame/includes/galaxian.h
@@ -18,7 +18,7 @@
#define GALAXIAN_XSCALE 3
/* master clocks */
-#define GALAXIAN_MASTER_CLOCK (XTAL_18_432MHz)
+#define GALAXIAN_MASTER_CLOCK (XTAL(18'432'000))
#define GALAXIAN_PIXEL_CLOCK (GALAXIAN_XSCALE*GALAXIAN_MASTER_CLOCK/3)
/* H counts from 128->511, HBLANK starts at 130 and ends at 250 */