File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,18 +23,18 @@ void main(u16 hard){
2323 VDP_setScreenHeight240 ();//29(30) tiles x8 (Solo para PAL = 50FPS) NTSC No puede usar este modo!
2424 ScreenY = 29 ;
2525 ScreTile8 = 8 ;
26- }
27- else { //KLog("NTSC-224");
26+ } else { //KLog("NTSC-224");
2827 ScreenY = 27 ;
2928 ScreTile8 = 0 ;
3029 }
30+
3131 ScreenTY = 8 + (ScreenY * 8 );//224/240
3232 ScreenMY = ScreenTY /2 ;//112/120
3333 fixAlturaY = -24 - ScreTile8 ;//-24/-32
3434
3535 //KLog_U1("ScreenTY:",ScreenTY);
3636 //KLog_U1("ScreenMY:",ScreenMY);
37-
37+
3838 //--------------------------------------
3939 JoyType = JOY_getJoypadType (JOY_1 );
4040
@@ -47,7 +47,7 @@ void main(u16 hard){
4747 JOY_setEventHandler (& inputHandler );
4848
4949 TITUTLO ();
50-
50+
5151 //VDP_setWindowVPos(1,ScreenY);// 27max vertical Windows
5252 //VDP_setTextPlane(WINDOW);//Textos "normales SGDK" se pintan en Window es temporal
5353 //PAL_setColors(0,palette_black,64,CPU);//para iniciacion Debug
You can’t perform that action at this time.
0 commit comments