You are not logged in.
in GRRLIB_Init()
// 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
Offline