summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/5clown.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/5clown.cpp')
-rw-r--r--src/mame/drivers/5clown.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/5clown.cpp b/src/mame/drivers/5clown.cpp
index 0c9dbb8f000..8ec6f6f2be3 100644
--- a/src/mame/drivers/5clown.cpp
+++ b/src/mame/drivers/5clown.cpp
@@ -452,7 +452,7 @@
#include "speaker.h"
-#define MASTER_CLOCK XTAL_10MHz
+#define MASTER_CLOCK XTAL(10'000'000)
class _5clown_state : public driver_device