summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/coinmvga.cpp
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2018-01-21 23:42:41 +0100
committer Olivier Galibert <galibert@pobox.com>2018-01-23 10:25:25 +0100
commit03ba80e0ef3e021f6ff89ef91ae5cdce4e24b994 (patch)
treef127b7f533d36df2484f82fcb05cef5f4c04f232 /src/mame/drivers/coinmvga.cpp
parentf61a64ea29bf46bf2deb2e1fbace5b24f3d7b0aa (diff)
xtal.h is dead, long live to xtal.cpp [O. Galibert]
Diffstat (limited to 'src/mame/drivers/coinmvga.cpp')
-rw-r--r--src/mame/drivers/coinmvga.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/coinmvga.cpp b/src/mame/drivers/coinmvga.cpp
index e53e6265e3d..adbdeb40af6 100644
--- a/src/mame/drivers/coinmvga.cpp
+++ b/src/mame/drivers/coinmvga.cpp
@@ -225,10 +225,10 @@
#include "speaker.h"
-#define CPU_CLOCK XTAL_14_7456MHz
-#define MACH_CLOCK XTAL_50MHz // 50.35
-#define COM_CLOCK XTAL_20MHz
-#define SND_CLOCK XTAL_16_9344MHz
+#define CPU_CLOCK XTAL(14'745'600)
+#define MACH_CLOCK XTAL(50'000'000) // 50.35
+#define COM_CLOCK XTAL(20'000'000)
+#define SND_CLOCK XTAL(16'934'400)
class coinmvga_state : public driver_device