You are not logged in.

#1 2009-07-19 20:47:15

BlueChip
Moderator

PAL Video Mode correction

in GRRLIB_Init()

Code:

    // Video Mode Correction
    switch (rmode->viTVMode) {
        case VI_DEBUG_PAL:  // PAL 50hz 576i
            //rmode = &TVPal574IntDfScale;
            rmode = &TVPal528IntDf; //BC
            break;
    }

PAL TVs display, at most, 525 scan lines ...576 causes a canvas which is way way off the bottom of the screen


I can be found on efnet, freenode, msn, gtalk, aim, ychat & icq ...PM me for details

Offline

 

Board footer

Powered by FluxBB