summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/1945kiii.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/1945kiii.cpp')
-rw-r--r--src/mame/drivers/1945kiii.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/1945kiii.cpp b/src/mame/drivers/1945kiii.cpp
index d144ef80137..c6efa99b79b 100644
--- a/src/mame/drivers/1945kiii.cpp
+++ b/src/mame/drivers/1945kiii.cpp
@@ -50,7 +50,7 @@ Notes:
#include "screen.h"
#include "speaker.h"
-#define MASTER_CLOCK XTAL_16MHz
+#define MASTER_CLOCK XTAL(16'000'000)
class k3_state : public driver_device