diff --git a/zsnes/src/cfgload.asm b/zsnes/src/cfgload.asm index d7f814d6..8d5b6f2f 100644 --- a/zsnes/src/cfgload.asm +++ b/zsnes/src/cfgload.asm @@ -649,7 +649,6 @@ db '; All 256 color modes and 320x240x65536 supported',13,10 db '',13,10 db 'NewGfx = %n',13,10 db '',13,10 -%ifdef __MSDOS__ db '; Scanlines (0 = Disable, 1 = Full, 2 = 25%, 3 = 50%)',13,10 db '; 256x256x256 or 640x480 modes only (25% and 50% in 640x480x65536 mode only)',13,10 db '',13,10 @@ -660,6 +659,7 @@ db '; This option also Enables EAGLE - 640x480x256 mode only',13,10 db '',13,10 db 'Interpolation = %a',13,10 db '',13,10 +%ifdef __MSDOS__ db '; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)',13,10 db '',13,10 db 'VSync = %p',13,10