Added a new video mode to the DOS port.

This commit is contained in:
stainless
2001-09-06 01:40:09 +00:00
parent 100c92912d
commit 7671377681
7 changed files with 266 additions and 86 deletions

View File

@@ -198,7 +198,7 @@ int pccmdline(void)
{
if(!hasroom) return 4;
cvidmode=my_atoi(argv[p+1]);
if(cvidmode > 11) return 13;
if(cvidmode > 12) return 13;
p++;
}
break;