diff --git a/src/conio/vidmodes.h b/src/conio/vidmodes.h index eaae1df2c4df5cb52c5e4e37d988ab4bece27b46..b5ab6b18de9eb9736cb5a747079be307471d9499 100644 --- a/src/conio/vidmodes.h +++ b/src/conio/vidmodes.h @@ -126,7 +126,7 @@ struct video_params vparams[] = { }; unsigned char palettes[][16] = { - /* Mono */ + /* Black and White */ { 0x00, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x10, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18 },