summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/barata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/barata.cpp')
-rw-r--r--src/mame/drivers/barata.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/barata.cpp b/src/mame/drivers/barata.cpp
index 9983df33cd0..61341adf869 100644
--- a/src/mame/drivers/barata.cpp
+++ b/src/mame/drivers/barata.cpp
@@ -41,7 +41,7 @@
#include "barata.lh"
-#define CPU_CLOCK (XTAL_6MHz) /* main cpu clock */
+#define CPU_CLOCK (XTAL(6'000'000)) /* main cpu clock */
class barata_state : public driver_device
{