Gamma message is now correct. (yes you can use gamma in any port in any video mode now)

This commit is contained in:
n-a-c-h
2006-03-07 00:40:17 +00:00
parent 5edb399039
commit 61213b4975

View File

@@ -93,10 +93,7 @@ static void display_help()
put_line(" -e Skip enter key press at the beginning"); put_line(" -e Skip enter key press at the beginning");
#endif #endif
put_line(" -f # Enable fixed frame rate [0...9]"); put_line(" -f # Enable fixed frame rate [0...9]");
#ifdef __MSDOS__
put_line(" -g # Specify gamma correction value [0...15]"); put_line(" -g # Specify gamma correction value [0...15]");
put_line(" (Only works properly in 8-bit modes)");
#endif
put_line(" -h Force HiROM"); put_line(" -h Force HiROM");
put_line(" -j Disable Mouse (Automatically turns off right mouse click)"); put_line(" -j Disable Mouse (Automatically turns off right mouse click)");
put_line(" -k # Set Volume Level (0 .. 100)"); put_line(" -k # Set Volume Level (0 .. 100)");