summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/exerion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/exerion.h')
-rw-r--r--src/mame/includes/exerion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/exerion.h b/src/mame/includes/exerion.h
index c96ad806ccf..7909a742ee4 100644
--- a/src/mame/includes/exerion.h
+++ b/src/mame/includes/exerion.h
@@ -8,7 +8,7 @@
#include "screen.h"
-#define EXERION_MASTER_CLOCK (XTAL_19_968MHz) /* verified on pcb */
+#define EXERION_MASTER_CLOCK (XTAL(19'968'000)) /* verified on pcb */
#define EXERION_CPU_CLOCK (EXERION_MASTER_CLOCK / 6)
#define EXERION_AY8910_CLOCK (EXERION_CPU_CLOCK / 2)
#define EXERION_PIXEL_CLOCK (EXERION_MASTER_CLOCK / 3)