Removed noise simulation option from GUI
This commit is contained in:
@@ -1233,10 +1233,6 @@ GUISoundKeys:
|
|||||||
xor byte[RaisePitch],1
|
xor byte[RaisePitch],1
|
||||||
.noraisepitch
|
.noraisepitch
|
||||||
%endif
|
%endif
|
||||||
cmp dh,'N'
|
|
||||||
jne .notnoise
|
|
||||||
xor byte[SoundNoiseDis],1
|
|
||||||
.notnoise
|
|
||||||
cmp dh,'R'
|
cmp dh,'R'
|
||||||
jne .notsrate
|
jne .notsrate
|
||||||
xor eax,eax
|
xor eax,eax
|
||||||
|
|||||||
@@ -2327,7 +2327,7 @@ DisplayGUISoundClick:
|
|||||||
%endif
|
%endif
|
||||||
GUIClickCButton 11,30,byte[cfgStereoSound]
|
GUIClickCButton 11,30,byte[cfgStereoSound]
|
||||||
GUIClickCButton 11,39,byte[RaisePitch]
|
GUIClickCButton 11,39,byte[RaisePitch]
|
||||||
GUIClickCButton 11,101,byte[SoundNoiseDis]
|
; GUIClickCButton 11,101,byte[SoundNoiseDis]
|
||||||
GUIClickCButton 11,111,byte[RevStereo]
|
GUIClickCButton 11,111,byte[RevStereo]
|
||||||
; cmp byte[OSPort],3
|
; cmp byte[OSPort],3
|
||||||
; je near .win32sound
|
; je near .win32sound
|
||||||
|
|||||||
@@ -2172,7 +2172,7 @@ DisplayGUISound:
|
|||||||
GUIOuttextwin2u 6,26,44,GUISoundText2b,1
|
GUIOuttextwin2u 6,26,44,GUISoundText2b,1
|
||||||
%endif
|
%endif
|
||||||
;.win32b
|
;.win32b
|
||||||
GUIOuttextwin2u 6,26,106,GUISoundText4,8
|
; GUIOuttextwin2u 6,26,106,GUISoundText4,8
|
||||||
GUIOuttextwin2u 6,26,116,GUISoundTextH,2
|
GUIOuttextwin2u 6,26,116,GUISoundTextH,2
|
||||||
; cmp byte[OSPort],3
|
; cmp byte[OSPort],3
|
||||||
; je near .win32s2
|
; je near .win32s2
|
||||||
@@ -2200,7 +2200,7 @@ DisplayGUISound:
|
|||||||
GUIOuttextwin2 6,25,43,GUISoundText2b
|
GUIOuttextwin2 6,25,43,GUISoundText2b
|
||||||
%endif
|
%endif
|
||||||
;.win32c
|
;.win32c
|
||||||
GUIOuttextwin2 6,25,105,GUISoundText4
|
; GUIOuttextwin2 6,25,105,GUISoundText4
|
||||||
GUIOuttextwin2 6,25,115,GUISoundTextH
|
GUIOuttextwin2 6,25,115,GUISoundTextH
|
||||||
; cmp byte[OSPort],3
|
; cmp byte[OSPort],3
|
||||||
; je near .win32s
|
; je near .win32s
|
||||||
@@ -2266,11 +2266,11 @@ DisplayGUISound:
|
|||||||
GUIDisplayIconWin 6,11,39,[GUITemp]
|
GUIDisplayIconWin 6,11,39,[GUITemp]
|
||||||
%endif
|
%endif
|
||||||
;.win32
|
;.win32
|
||||||
mov dword[GUITemp],GUIIconDataCheckBoxUC
|
; mov dword[GUITemp],GUIIconDataCheckBoxUC
|
||||||
cmp byte[SoundNoiseDis],0
|
; cmp byte[SoundNoiseDis],0
|
||||||
je .nocheckbox2
|
; je .nocheckbox2
|
||||||
mov dword[GUITemp],GUIIconDataCheckBoxC
|
; mov dword[GUITemp],GUIIconDataCheckBoxC
|
||||||
.nocheckbox2
|
;.nocheckbox2
|
||||||
GUIDisplayIconWin 6,11,101,[GUITemp]
|
GUIDisplayIconWin 6,11,101,[GUITemp]
|
||||||
mov dword[GUITemp],GUIIconDataCheckBoxUC
|
mov dword[GUITemp],GUIIconDataCheckBoxUC
|
||||||
cmp byte[RevStereo],0
|
cmp byte[RevStereo],0
|
||||||
@@ -2411,7 +2411,7 @@ GUISoundText1b db 'FORCE 8-BIT',0
|
|||||||
GUISoundText2 db 'SAMPLING RATE :',0
|
GUISoundText2 db 'SAMPLING RATE :',0
|
||||||
GUISoundText2b db 'RAISE PITCH LEVEL',0
|
GUISoundText2b db 'RAISE PITCH LEVEL',0
|
||||||
GUISoundText3 db 'STEREO SOUND',0
|
GUISoundText3 db 'STEREO SOUND',0
|
||||||
GUISoundText4 db 'DISABLE NOISE SIMULATION',0
|
GUISoundText4 db '',0
|
||||||
GUISoundText5 db 'VOLUME LEVEL :',0
|
GUISoundText5 db 'VOLUME LEVEL :',0
|
||||||
GUISoundText6 db 'SOUND SWITCHES :',0
|
GUISoundText6 db 'SOUND SWITCHES :',0
|
||||||
GUISoundText7 db ' 8000HZ',0
|
GUISoundText7 db ' 8000HZ',0
|
||||||
|
|||||||
Reference in New Issue
Block a user