summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tecmo16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tecmo16.cpp')
-rw-r--r--src/mame/drivers/tecmo16.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/tecmo16.cpp b/src/mame/drivers/tecmo16.cpp
index 18432349650..c15dd736ab4 100644
--- a/src/mame/drivers/tecmo16.cpp
+++ b/src/mame/drivers/tecmo16.cpp
@@ -356,8 +356,8 @@ GFXDECODE_END
/******************************************************************************/
-#define MASTER_CLOCK XTAL_24MHz
-#define OKI_CLOCK XTAL_8MHz
+#define MASTER_CLOCK XTAL(24'000'000)
+#define OKI_CLOCK XTAL(8'000'000)
MACHINE_CONFIG_START(tecmo16_state::fstarfrc)