From 85307662e687367cfca6d61ec6cdb09cce6def75 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Fri, 24 Aug 2001 16:48:59 +0000 Subject: [PATCH] Cleaned up config file --- zsnes/src/cfgload.asm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/zsnes/src/cfgload.asm b/zsnes/src/cfgload.asm index 5d49cff1..03ada5fc 100644 --- a/zsnes/src/cfgload.asm +++ b/zsnes/src/cfgload.asm @@ -656,17 +656,25 @@ db 'GUIDisable = %Y',13,10 db '',13,10 %endif db '; New Graphics Engine (1 = Enable, 0 = Disable)',13,10 +%ifdef __MSDOS__ db '; All 256 color modes and 320x240x65536 supported',13,10 +%endif db '',13,10 db 'NewGfx = %n',13,10 db '',13,10 db '; Scanlines (0 = Disable, 1 = Full, 2 = 25%, 3 = 50%)',13,10 +%ifdef __MSDOS__ db '; 256x256x256 or 640x480 modes only (25% and 50% in 640x480x65536 mode only)',13,10 +%endif db '',13,10 db 'Scanlines = %Z',13,10 db '',13,10 +%ifdef __MSDOS__ db '; Interpolation (1 = Enable, 0 = Disable) - 640x480x65536 mode only',13,10 db '; This option also Enables EAGLE - 640x480x256 mode only',13,10 +%else +db '; Interpolation (1 = Enable, 0 = Disable)',13,10 +%endif db '',13,10 db 'Interpolation = %a',13,10 db '',13,10