moved NSS options to Chip Options menu, also corrected the color of the text in that window.

This commit is contained in:
ipher
2005-01-12 03:34:07 +00:00
parent bf595fd51e
commit d6fd3af120
3 changed files with 111 additions and 76 deletions

View File

@@ -404,6 +404,8 @@ GUIgetcurrentinput:
je near GUIStateKeys
cmp ebx,16
je near GUIComboKeys
cmp ebx,18
je near GUIChipKeys
cmp ebx,19
je near GUIPathKeys
cmp ebx,20
@@ -959,6 +961,39 @@ GUISaveKeys:
ret
GUIChipKeys:
cmp dh,'a'
jb .nocap
cmp dh,'z'
ja .nocap
sub dh,'z'-'Z'
.nocap
cmp dh,'1'
jne .nonssdip1
xor byte[nssdip1],1
.nonssdip1
cmp dh,'2'
jne .nonssdip2
xor byte[nssdip2],1
.nonssdip2
cmp dh,'3'
jne .nonssdip3
xor byte[nssdip3],1
.nonssdip3
cmp dh,'4'
jne .nonssdip4
xor byte[nssdip4],1
.nonssdip4
cmp dh,'5'
jne .nonssdip5
xor byte[nssdip5],1
.nonssdip5
cmp dh,'6'
jne .nonssdip6
xor byte[nssdip6],1
.nonssdip6
ret
GUIGUIOptnsKeys:
cmp dh,'a'
jb .nocap