summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/atari/ccastles.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/atari/ccastles.cpp')
-rw-r--r--src/mame/atari/ccastles.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/atari/ccastles.cpp b/src/mame/atari/ccastles.cpp
index 8d1dc7fb357..1e3ffcc1df0 100644
--- a/src/mame/atari/ccastles.cpp
+++ b/src/mame/atari/ccastles.cpp
@@ -129,7 +129,7 @@
#include "speaker.h"
-#define MASTER_CLOCK (10000000)
+#define MASTER_CLOCK XTAL::u(10000000)
#define PIXEL_CLOCK (MASTER_CLOCK/2)
#define HTOTAL (320)