diff --git a/main.c b/main.c index 7d7ef312..af3c342d 100644 --- a/main.c +++ b/main.c @@ -92,11 +92,20 @@ void Display_syntax(void) printf("\t/tall2 to emulate a video mode with double tall pixels (2x4)\n"); printf("\t/triple to emulate a video mode with triple pixels (3x3)\n"); printf("\t/quadruple to emulate a video mode with quadruple pixels (4x4)\n"); - printf("\t/skin use an alternate file with the menu graphics\n"); + printf("\t/rgb n to reduce RGB precision from 256 to n levels\n"); + printf("\t/skin to use an alternate file with the menu graphics\n"); printf("\t/mode to set a video mode\n\n"); printf("Available video modes:\n\n"); - for (mode_index=0; mode_index= Nb_video_modes) break; + printf("%12s",Mode_label(mode_index + k)); + } + puts(""); + } }