summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/phoenix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/phoenix.h')
-rw-r--r--src/mame/includes/phoenix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/phoenix.h b/src/mame/includes/phoenix.h
index e2df7565ac6..9fb42207c03 100644
--- a/src/mame/includes/phoenix.h
+++ b/src/mame/includes/phoenix.h
@@ -67,7 +67,7 @@ protected:
/*----------- video timing -----------*/
-#define MASTER_CLOCK XTAL_11MHz
+#define MASTER_CLOCK XTAL(11'000'000)
#define PIXEL_CLOCK (MASTER_CLOCK/2)
#define CPU_CLOCK (PIXEL_CLOCK)