diff options
Diffstat (limited to 'src/radeon_tv.c')
-rw-r--r-- | src/radeon_tv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/radeon_tv.c b/src/radeon_tv.c index 001d013..e4e6763 100644 --- a/src/radeon_tv.c +++ b/src/radeon_tv.c @@ -141,7 +141,7 @@ static const CARD16 vert_timing_PAL[] = **********************************************************************/ static const TVModeConstants availableTVModes[] = { - { + { 800, /* horResolution */ 600, /* verResolution */ TV_STD_NTSC, /* standard */ @@ -156,7 +156,7 @@ static const TVModeConstants availableTVModes[] = 4, /* crtcPLL_postDiv */ 1022, /* pixToTV */ }, - { + { 800, /* horResolution */ 600, /* verResolution */ TV_STD_PAL, /* standard */ |