diff --git a/zsnes/src/cfgload.asm b/zsnes/src/cfgload.asm index d6688f2e..da91fb63 100644 --- a/zsnes/src/cfgload.asm +++ b/zsnes/src/cfgload.asm @@ -675,13 +675,11 @@ db '',13,10 %endif db 'EchoDisable = %r',13,10 db '',13,10 -%ifdef __MSDOS__ db '; Sound Volume Level (0 .. 100)',13,10 db '; Note : Setting this too high can cause sound overflow which degrades quality',13,10 db '',13,10 db 'Volume = %q',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 '',13,10 db 'DontSave = %u',13,10