summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lockon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lockon.h')
-rw-r--r--src/mame/includes/lockon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/lockon.h b/src/mame/includes/lockon.h
index 913c50029a0..771bf2c903a 100644
--- a/src/mame/includes/lockon.h
+++ b/src/mame/includes/lockon.h
@@ -11,8 +11,8 @@
#include "screen.h"
/* Calculated from CRT controller writes */
-#define PIXEL_CLOCK (XTAL_21MHz / 3)
-#define FRAMEBUFFER_CLOCK XTAL_10MHz
+#define PIXEL_CLOCK (XTAL(21'000'000) / 3)
+#define FRAMEBUFFER_CLOCK XTAL(10'000'000)
#define HBSTART 320
#define HBEND 0
#define HTOTAL 448