Fixed volume option

This commit is contained in:
pagefault
2001-05-08 03:18:33 +00:00
parent dc8c4754d7
commit c1bb986703

View File

@@ -675,13 +675,11 @@ db '',13,10
%endif %endif
db 'EchoDisable = %r',13,10 db 'EchoDisable = %r',13,10
db '',13,10 db '',13,10
%ifdef __MSDOS__
db '; Sound Volume Level (0 .. 100)',13,10 db '; Sound Volume Level (0 .. 100)',13,10
db '; Note : Setting this too high can cause sound overflow which degrades quality',13,10 db '; Note : Setting this too high can cause sound overflow which degrades quality',13,10
db '',13,10 db '',13,10
db 'Volume = %q',13,10 db 'Volume = %q',13,10
db '',13,10 db '',13,10
%endif
db '; Set this to 1 if you do not want ZSNES to save the configuration files.',13,10 db '; Set this to 1 if you do not want ZSNES to save the configuration files.',13,10
db '',13,10 db '',13,10
db 'DontSave = %u',13,10 db 'DontSave = %u',13,10