summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/quizshow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/quizshow.cpp')
-rw-r--r--src/mame/drivers/quizshow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/quizshow.cpp b/src/mame/drivers/quizshow.cpp
index 7d88b7b3978..9dbd87ecdd1 100644
--- a/src/mame/drivers/quizshow.cpp
+++ b/src/mame/drivers/quizshow.cpp
@@ -24,8 +24,8 @@ TODO:
#include "quizshow.lh"
-#define MASTER_CLOCK XTAL(12'096'000)
-#define PIXEL_CLOCK (MASTER_CLOCK/2)
+static constexpr XTAL MASTER_CLOCK = 12.096_MHz_XTAL;
+static constexpr XTAL PIXEL_CLOCK = MASTER_CLOCK / 2;
#define HTOTAL ((32+8+4+1) * 8)
#define HBEND (0)