summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cmmb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cmmb.cpp')
-rw-r--r--src/mame/drivers/cmmb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cmmb.cpp b/src/mame/drivers/cmmb.cpp
index b501c979259..56f5d400174 100644
--- a/src/mame/drivers/cmmb.cpp
+++ b/src/mame/drivers/cmmb.cpp
@@ -51,7 +51,7 @@ OSC @ 72.576MHz
#include "machine/at29x.h"
#include "screen.h"
-#define MAIN_CLOCK XTAL_72_576MHz
+#define MAIN_CLOCK XTAL(72'576'000)
class cmmb_state : public driver_device
{