mode: there is a difference between the 9918 and 9918A - we mean A
authorAlan Cox <alan@linux.intel.com>
Sat, 7 Jul 2018 19:26:42 +0000 (20:26 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 7 Jul 2018 19:26:42 +0000 (20:26 +0100)
Applications/util/mode.c
Library/include/sys/graphics.h

index 38d34a0..2625be2 100644 (file)
@@ -71,8 +71,8 @@ static void decode_mode_c(int c)
     case HW_UNACCEL:
       printf("unaccelerated framebuffer");
       break;
-    case HW_VDP_9918:
-      printf("9918");
+    case HW_VDP_9918A:
+      printf("9918A");
       break;
     case HW_VDP_9938:
       printf("9938");
index 7e3d228..af599e5 100644 (file)
@@ -21,7 +21,7 @@ struct display {
 #define FMT_UBEE       130     /* Microbee 6545 modes */
   uint8_t hardware;
 #define HW_UNACCEL     1       /* Simple display */
-#define HW_VDP_9918    128     /* Not neccessarily MSX... */
+#define HW_VDP_9918A   128     /* Not neccessarily MSX... */
 #define HW_VDP_9938    129
 #define HW_TRS80GFX    130     /* TRS80 model 4 graphics board */
 #define HW_HRG1B       131     /* HRG1B for TRS80 and VidoeGenie */