Added keyboard shortcut
This commit is contained in:
@@ -970,6 +970,12 @@ GUISoundKeys:
|
||||
jne .notstereo
|
||||
xor byte[cfgStereoSound],1
|
||||
.notstereo
|
||||
%ifdef __MSDOS__
|
||||
cmp dh,'A'
|
||||
jne .noraisepitch
|
||||
xor byte[RaisePitch],1
|
||||
.noraisepitch
|
||||
%endif
|
||||
cmp dh,'N'
|
||||
jne .notnoise
|
||||
xor byte[SoundNoiseDis],1
|
||||
|
||||
@@ -2073,7 +2073,7 @@ DisplayGUISound:
|
||||
; cmp byte[OSPort],3
|
||||
; je near .win32b
|
||||
%ifdef __MSDOS__
|
||||
GUIOuttextwin2 6,26,44,GUISoundText2b
|
||||
GUIOuttextwin2u 6,26,44,GUISoundText2b,1
|
||||
%endif
|
||||
;.win32b
|
||||
GUIOuttextwin2u 6,26,106,GUISoundText4,8
|
||||
|
||||
Reference in New Issue
Block a user