summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/funworld.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/funworld.cpp')
-rw-r--r--src/mame/drivers/funworld.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/funworld.cpp b/src/mame/drivers/funworld.cpp
index b7ed29568b9..9b5d217bbd7 100644
--- a/src/mame/drivers/funworld.cpp
+++ b/src/mame/drivers/funworld.cpp
@@ -983,7 +983,7 @@
****************************************************************************************/
-#define MASTER_CLOCK XTAL_16MHz
+#define MASTER_CLOCK XTAL(16'000'000)
#define CPU_CLOCK (MASTER_CLOCK/8)
#define SND_CLOCK (MASTER_CLOCK/8)
#define CRTC_CLOCK (MASTER_CLOCK/8)