summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bishi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bishi.h')
-rw-r--r--src/mame/includes/bishi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/bishi.h b/src/mame/includes/bishi.h
index 279f1fdaab0..173900f033c 100644
--- a/src/mame/includes/bishi.h
+++ b/src/mame/includes/bishi.h
@@ -13,8 +13,8 @@
#include "video/konami_helper.h"
#include "screen.h"
-#define CPU_CLOCK (XTAL_24MHz / 2) /* 68000 clock */
-#define SOUND_CLOCK XTAL_16_9344MHz /* YMZ280 clock */
+#define CPU_CLOCK (XTAL(24'000'000) / 2) /* 68000 clock */
+#define SOUND_CLOCK XTAL(16'934'400) /* YMZ280 clock */
class bishi_state : public driver_device
{