summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/missile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/missile.cpp')
-rw-r--r--src/mame/drivers/missile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/missile.cpp b/src/mame/drivers/missile.cpp
index cfbebdd794d..2d23a45a20b 100644
--- a/src/mame/drivers/missile.cpp
+++ b/src/mame/drivers/missile.cpp
@@ -430,7 +430,7 @@ public:
-#define MASTER_CLOCK XTAL_10MHz
+#define MASTER_CLOCK XTAL(10'000'000)
#define PIXEL_CLOCK (MASTER_CLOCK/2)
#define HTOTAL (320)