summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m20.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m20.cpp')
-rw-r--r--src/mame/drivers/m20.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/m20.cpp b/src/mame/drivers/m20.cpp
index fbc23ea99fb..88ebaed092c 100644
--- a/src/mame/drivers/m20.cpp
+++ b/src/mame/drivers/m20.cpp
@@ -118,7 +118,7 @@ public:
#define MAIN_CLOCK 4000000 /* 4 MHz */
-#define PIXEL_CLOCK XTAL_4_433619MHz
+#define PIXEL_CLOCK XTAL(4'433'619)
MC6845_UPDATE_ROW( m20_state::update_row )