summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dblcrown.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dblcrown.cpp')
-rw-r--r--src/mame/drivers/dblcrown.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dblcrown.cpp b/src/mame/drivers/dblcrown.cpp
index 791eff14c39..14d034cda2f 100644
--- a/src/mame/drivers/dblcrown.cpp
+++ b/src/mame/drivers/dblcrown.cpp
@@ -40,7 +40,7 @@
***************************************************************************/
-#define MAIN_CLOCK XTAL_28_63636MHz
+#define MAIN_CLOCK XTAL(28'636'363)
#define CPU_CLOCK MAIN_CLOCK / 6
#define SND_CLOCK MAIN_CLOCK / 12