Move KitchenSync option to command line, use -K to enable (case senstive)

This commit is contained in:
pagefault
2003-11-22 20:55:05 +00:00
parent fb00df544f
commit 5be1a8d403
5 changed files with 41 additions and 35 deletions

View File

@@ -32,6 +32,7 @@ extern void displayparams(void);
extern void makeextension(void);
int pccmdline(void);
extern int KitchenSync = 0;
extern unsigned char Palette0, SPC700sh, OffBy1Line, DSPDisable,
MMXSupport, Force8b, ForcePal, GUIClick, MouseDis,
@@ -671,6 +672,11 @@ int pccmdline(void)
MouseDis=1;
break;
}
case 'K':
{
KitchenSync=1;
break;
}
case '?':
{
return 9;