From 4c7f328bd72726f24d0129bf04d88d26e172e953 Mon Sep 17 00:00:00 2001 From: Count-Duckula-AU <35830141+Count-Duckula-AU@users.noreply.github.com> Date: Wed, 12 Oct 2022 22:58:45 +0800 Subject: [PATCH] MiSTer.ini: Specify example video_mode lines (#701) Allows the ini_settings.sh script to correctly edit the expected video_mode line (currently 94) Currently the example mode listed on line 89 is edited, due to it beginning with the variable name, and an invalid video mode is set: video_mode=8+hsync,-vsync This results in 720p output and a (helpful) 'INI Error' warning at boot --- MiSTer.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MiSTer.ini b/MiSTer.ini index 26f3674..bb111bb 100644 --- a/MiSTer.ini +++ b/MiSTer.ini @@ -86,10 +86,10 @@ reset_combo=0 ;14 - 2560x1440@60 ; ; custom mode: hact,hfp,hs,hbp,vact,vfp,vs,vbp,Fpix_in_KHz[,hsyncp,vsyncp] -; video_mode=1280,110,40,220,720,5,5,20,74250,+hsync,-vsync +; example: video_mode=1280,110,40,220,720,5,5,20,74250,+hsync,-vsync ; ; calculated mode: width,height,refresh[,flags] -; video_mode=1920,1200,60 +; example: video_mode=1920,1200,60 ; flags - cvt=CVT timing, cvtrb=CVT-RB timing (default) ;video_mode=0