summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/timeplt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/timeplt.cpp')
-rw-r--r--src/mame/drivers/timeplt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/timeplt.cpp b/src/mame/drivers/timeplt.cpp
index 1131bb51008..ad00b089299 100644
--- a/src/mame/drivers/timeplt.cpp
+++ b/src/mame/drivers/timeplt.cpp
@@ -58,7 +58,7 @@
#include "machine/watchdog.h"
#include "sound/ay8910.h"
-#define MASTER_CLOCK XTAL_18_432MHz
+#define MASTER_CLOCK XTAL(18'432'000)
/*************************************
*
@@ -497,7 +497,7 @@ MACHINE_CONFIG_DERIVED(timeplt_state::chkun, bikkuric)
MCFG_SOUND_MODIFY("timeplt_audio:ay2")
MCFG_AY8910_PORT_A_WRITE_CB(DEVWRITE8("^", timeplt_state, chkun_sound_w))
- MCFG_TC8830F_ADD("tc8830f", XTAL_512kHz)
+ MCFG_TC8830F_ADD("tc8830f", XTAL(512'000))
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "timeplt_audio:mono", 0.10)
MACHINE_CONFIG_END