diff tools/lib64gfx.h @ 2118:05a6e00b09d0

Change D64_FMT_* MASK constants and how they are used.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 26 May 2019 17:51:24 +0300
parents b49d7cb20a73
children 3c7c45715a49
line wrap: on
line diff
--- a/tools/lib64gfx.h	Sun May 26 05:20:47 2019 +0300
+++ b/tools/lib64gfx.h	Sun May 26 17:51:24 2019 +0300
@@ -51,9 +51,9 @@
 // Different supported flags/modes
 enum
 {
-    D64_FMT_HIRES        = 0x0000, // Hi-res
-    D64_FMT_MC           = 0x0001, // MultiColor
-    D64_FMT_ECM          = 0x0002, // ECM mode (applies only to character mode)
+    D64_FMT_HIRES        = 0x0001, // Hi-res
+    D64_FMT_MC           = 0x0002, // MultiColor
+    D64_FMT_ECM          = 0x0003, // ECM mode (applies only to character mode)
     D64_FMT_MASK         = 0x000f,
 
     D64_FMT_ILACE        = 0x0010, // Interlace