summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wwfsstar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wwfsstar.cpp')
-rw-r--r--src/mame/drivers/wwfsstar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/wwfsstar.cpp b/src/mame/drivers/wwfsstar.cpp
index acd7cfc2315..f8f4e3cc5ea 100644
--- a/src/mame/drivers/wwfsstar.cpp
+++ b/src/mame/drivers/wwfsstar.cpp
@@ -163,7 +163,7 @@ Notes:
#include "speaker.h"
-static constexpr XTAL MASTER_CLOCK = 20.0_MHz_XTAL;
+static constexpr XTAL MASTER_CLOCK = 20_MHz_XTAL;
static constexpr XTAL CPU_CLOCK = MASTER_CLOCK / 2;
static constexpr XTAL PIXEL_CLOCK = MASTER_CLOCK / 4;