summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jaguar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jaguar.cpp')
-rw-r--r--src/mame/drivers/jaguar.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/jaguar.cpp b/src/mame/drivers/jaguar.cpp
index 6e9c5b985e2..d7830fb4893 100644
--- a/src/mame/drivers/jaguar.cpp
+++ b/src/mame/drivers/jaguar.cpp
@@ -352,9 +352,9 @@ Notes:
#include "softlist.h"
#include "speaker.h"
-#define COJAG_CLOCK XTAL_52MHz
-#define R3000_CLOCK XTAL_40MHz
-#define M68K_CLOCK XTAL_50MHz
+#define COJAG_CLOCK XTAL(52'000'000)
+#define R3000_CLOCK XTAL(40'000'000)
+#define M68K_CLOCK XTAL(50'000'000)
/*************************************