Skip to content
Snippets Groups Projects
Commit 855ab14a authored by deuce's avatar deuce
Browse files

Change misleading and wrong comment.

parent b508c7a9
No related branches found
No related tags found
No related merge requests found
...@@ -126,7 +126,7 @@ struct video_params vparams[] = { ...@@ -126,7 +126,7 @@ struct video_params vparams[] = {
}; };
unsigned char palettes[][16] = { unsigned char palettes[][16] = {
/* Mono */ /* Black and White */
{ 0x00, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, { 0x00, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08,
0x10, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18 0x10, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment