summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/leland.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/leland.cpp')
-rw-r--r--src/mame/drivers/leland.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/leland.cpp b/src/mame/drivers/leland.cpp
index e842500bdb1..ab5ff39e3f3 100644
--- a/src/mame/drivers/leland.cpp
+++ b/src/mame/drivers/leland.cpp
@@ -70,9 +70,9 @@
/* Master Clock2 is for Asylum, Ataxx, Brute Force, Danny Sullivan's Indy Heat, World Soccer Finals */
#define MASTER_CLOCK2 XTAL_28_63636MHZ
-#define MASTER_CLOCK XTAL_12MHz
-#define VIDEO_CLOCK XTAL_14_31818MHz
-#define MCU_CLOCK XTAL_16MHz
+#define MASTER_CLOCK XTAL(12'000'000)
+#define VIDEO_CLOCK XTAL(14'318'181)
+#define MCU_CLOCK XTAL(16'000'000)
@@ -1033,7 +1033,7 @@ MACHINE_CONFIG_START(leland_state::ataxx)
MCFG_CPU_PROGRAM_MAP(slave_map_program)
MCFG_CPU_IO_MAP(slave_map_io_2)
- MCFG_CPU_ADD("audiocpu", I80186, XTAL_16MHz)
+ MCFG_CPU_ADD("audiocpu", I80186, XTAL(16'000'000))
MCFG_CPU_PROGRAM_MAP(leland_80186_map_program)
MCFG_CPU_IO_MAP(ataxx_80186_map_io)
MCFG_80186_CHIP_SELECT_CB(DEVWRITE16("custom", leland_80186_sound_device, peripheral_ctrl))