summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dkong.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dkong.h')
-rw-r--r--src/mame/includes/dkong.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/dkong.h b/src/mame/includes/dkong.h
index d47b547d56f..0455d287b9d 100644
--- a/src/mame/includes/dkong.h
+++ b/src/mame/includes/dkong.h
@@ -41,7 +41,7 @@
* 256VF is not being used, so counting is from 248...255, 0...255, ....
*/
-#define MASTER_CLOCK XTAL_61_44MHz
+#define MASTER_CLOCK XTAL(61'440'000)
#define CLOCK_1H (MASTER_CLOCK / 5 / 4)
#define CLOCK_16H (CLOCK_1H / 16)
#define CLOCK_1VF ((CLOCK_16H) / 12 / 2)
@@ -55,7 +55,7 @@
#define VBSTART (240)
#define VBEND (16)
-#define I8035_CLOCK (XTAL_6MHz)
+#define I8035_CLOCK (XTAL(6'000'000))
/****************************************************************************
* CONSTANTS