summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bfmsys85.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bfmsys85.cpp')
-rw-r--r--src/mame/drivers/bfmsys85.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bfmsys85.cpp b/src/mame/drivers/bfmsys85.cpp
index 08417de869c..22b95111fb7 100644
--- a/src/mame/drivers/bfmsys85.cpp
+++ b/src/mame/drivers/bfmsys85.cpp
@@ -137,7 +137,7 @@ public:
void bfmsys85(machine_config &config);
};
-#define MASTER_CLOCK (XTAL_4MHz)
+#define MASTER_CLOCK (XTAL(4'000'000))
///////////////////////////////////////////////////////////////////////////
// Serial Communications (Where does this go?) ////////////////////////////