summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/zaxxon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/zaxxon.cpp')
-rw-r--r--src/mame/drivers/zaxxon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/zaxxon.cpp b/src/mame/drivers/zaxxon.cpp
index c92f2f68e6c..be742b79c28 100644
--- a/src/mame/drivers/zaxxon.cpp
+++ b/src/mame/drivers/zaxxon.cpp
@@ -275,7 +275,7 @@
*************************************/
static constexpr XTAL MASTER_CLOCK = 48.66_MHz_XTAL;
-static constexpr XTAL SOUND_CLOCK = 4.0_MHz_XTAL;
+static constexpr XTAL SOUND_CLOCK = 4_MHz_XTAL;
static constexpr XTAL PIXEL_CLOCK = MASTER_CLOCK/8;