diff options
author | Alex Deucher <alex@botch2.com> | 2007-08-01 22:39:16 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.com> | 2007-08-01 22:39:16 -0400 |
commit | b03978028fd975eb6946503d3a56a49c5a67f339 (patch) | |
tree | b517e69ee21ee0b929d49019a955425539b702d0 /src/radeon_tv.h | |
parent | cf54222f1fa37366b2c2b39c82f8afc02f32e63c (diff) |
RADEON: convert hard coded tv out values to calculations
Diffstat (limited to 'src/radeon_tv.h')
-rw-r--r-- | src/radeon_tv.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/radeon_tv.h b/src/radeon_tv.h index 829efba0..5c8c8c97 100644 --- a/src/radeon_tv.h +++ b/src/radeon_tv.h @@ -49,3 +49,8 @@ #define PAL_TV_LINES_PER_FRAME 625 #define PAL_TV_ZERO_H_SIZE 473200 #define PAL_TV_H_SIZE_UNIT 9360 + + +#define VERT_LEAD_IN_LINES 2 +#define FRAC_BITS 0xe +#define FRAC_MASK 0x3fff |