summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/jackal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/jackal.h')
-rw-r--r--src/mame/includes/jackal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/jackal.h b/src/mame/includes/jackal.h
index 38825563609..5b5a8657a2d 100644
--- a/src/mame/includes/jackal.h
+++ b/src/mame/includes/jackal.h
@@ -2,8 +2,8 @@
// copyright-holders:Curt Coder
// thanks-to:Kenneth Lin (original driver author)
-#define MASTER_CLOCK XTAL_18_432MHz
-#define SOUND_CLOCK XTAL_3_579545MHz
+#define MASTER_CLOCK XTAL(18'432'000)
+#define SOUND_CLOCK XTAL(3'579'545)