summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wms.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wms.cpp')
-rw-r--r--src/mame/drivers/wms.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/wms.cpp b/src/mame/drivers/wms.cpp
index 8dfdd38c463..b625e094e44 100644
--- a/src/mame/drivers/wms.cpp
+++ b/src/mame/drivers/wms.cpp
@@ -82,10 +82,10 @@
#include "screen.h"
-#define MAIN_CLOCK XTAL_40MHz // Pletronics 40.000 MHz. Crystal. Used for CPU clock.
-#define VIDEO_CLOCK XTAL_14_31818MHz // Pletronics MP49 14.31818 MHz. Crystal. Used in common VGA ISA cards.
+#define MAIN_CLOCK XTAL(40'000'000) // Pletronics 40.000 MHz. Crystal. Used for CPU clock.
+#define VIDEO_CLOCK XTAL(14'318'181) // Pletronics MP49 14.31818 MHz. Crystal. Used in common VGA ISA cards.
-#define UART_CLOCK XTAL_1_8432MHz // Seems UART clock, since allows integer division to common baud rates.
+#define UART_CLOCK XTAL(1'843'200) // Seems UART clock, since allows integer division to common baud rates.
// (16 * 115200 baud, 192 * 9600 baud, 1536 * 1200 baud, etc...)