Skip to content

Commit 4440b47

Browse files
committed
Add remaining SuperVidel resolutions
1 parent 40afd69 commit 4440b47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/mint/falcon.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ __extension__ \
177177
* 0: 640x480; 1280x720 (with OVERSCAN set)
178178
* 1: 800x600; 1680x1050 (with OVERSCAN set)
179179
* 2: 1024x768; 1920x1080 (with OVERSCAN set)
180-
* 3: 1280x1024
181-
* 4: 1600x1200
180+
* 3: 1280x1024; 1920x1200 (with OVERSCAN set)
181+
* 4: 1600x1200; 2560x1440 (with OVERSCAN set)
182182
*/
183183
#define SVEXT_BASERES(res) ((res & 0xf) << 9) /* specify base resolution */
184184
#define SVEXT 0x4000 /* enable SuperVidel's extensions */

0 commit comments

Comments
 (0)