summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/xavix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/xavix.cpp')
-rw-r--r--src/mame/drivers/xavix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/xavix.cpp b/src/mame/drivers/xavix.cpp
index ac69159b8d9..e6e7050ab8e 100644
--- a/src/mame/drivers/xavix.cpp
+++ b/src/mame/drivers/xavix.cpp
@@ -52,7 +52,7 @@
#include "speaker.h"
-#define MAIN_CLOCK XTAL_21_4772MHz
+#define MAIN_CLOCK XTAL(21'477'272)
class xavix_state : public driver_device
{