summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mpu12wbk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mpu12wbk.cpp')
-rw-r--r--src/mame/drivers/mpu12wbk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mpu12wbk.cpp b/src/mame/drivers/mpu12wbk.cpp
index 98882ec18e2..83039fcbc12 100644
--- a/src/mame/drivers/mpu12wbk.cpp
+++ b/src/mame/drivers/mpu12wbk.cpp
@@ -214,7 +214,7 @@
#include "speaker.h"
-#define MASTER_CLOCK XTAL_8MHz
+#define MASTER_CLOCK XTAL(8'000'000)
class mpu12wbk_state : public driver_device