summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cocoloco.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cocoloco.cpp')
-rw-r--r--src/mame/drivers/cocoloco.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cocoloco.cpp b/src/mame/drivers/cocoloco.cpp
index 4f04a44bda4..a42c1859a1d 100644
--- a/src/mame/drivers/cocoloco.cpp
+++ b/src/mame/drivers/cocoloco.cpp
@@ -199,7 +199,7 @@
#include "netlist/devices/net_lib.h"
-#define MASTER_CLOCK XTAL_20MHz /* confirmed */
+#define MASTER_CLOCK XTAL(20'000'000) /* confirmed */
#define CPU_CLOCK MASTER_CLOCK / 16 /* confirmed */
#define SND_CLOCK MASTER_CLOCK / 8 /* confirmed */