summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/truco.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/truco.cpp')
-rw-r--r--src/mame/drivers/truco.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/truco.cpp b/src/mame/drivers/truco.cpp
index 27731b770ba..8e3df82e2ff 100644
--- a/src/mame/drivers/truco.cpp
+++ b/src/mame/drivers/truco.cpp
@@ -212,7 +212,7 @@
#include "speaker.h"
-#define MASTER_CLOCK XTAL_12MHz /* confirmed */
+#define MASTER_CLOCK XTAL(12'000'000) /* confirmed */
#define CPU_CLOCK (MASTER_CLOCK/16) /* guess */
#define CRTC_CLOCK (MASTER_CLOCK/8) /* guess */