summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/esripsys.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/esripsys.h')
-rw-r--r--src/mame/includes/esripsys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/esripsys.h b/src/mame/includes/esripsys.h
index a9a261c260c..bcbc7398795 100644
--- a/src/mame/includes/esripsys.h
+++ b/src/mame/includes/esripsys.h
@@ -17,7 +17,7 @@
#include "screen.h"
/* TODO */
-#define ESRIPSYS_PIXEL_CLOCK (XTAL_25MHz / 2)
+#define ESRIPSYS_PIXEL_CLOCK (XTAL(25'000'000) / 2)
#define ESRIPSYS_HTOTAL (512 + 141 + 2)
#define ESRIPSYS_HBLANK_START (512)
#define ESRIPSYS_HBLANK_END (0)