gv->kurokku.clock_start = *clockw;\r
gv->kurokku.clock = clockw;\r
gv->kurokku.frames_per_second = 60;\r
- gv->pee = _nmalloc(sizeof(byte)*2);\r
+ gv->pee = _nmalloc(sizeof(byte)*16);\r
//turn this off if XT\r
switch(detectcpu())\r
{\r
if(elapsed_timer(gv) >= (1.0 / gv->kurokku.frames_per_second))
{
word x = (16);
- word y = (8+16);
- word col = 15;
+ word y = (16);
+ word col = 1;
word bgcol = 0;
word type = 1;
//t=(((*(gv->clock))-gv->clock_start) /18.2);
sprintf(gv->pee, "%f fps", (double)gv->kurokku.tiku/ticktock(gv));
- printf("%s", gv->pee);
//FIXME PLEASE!!
- modexprint(pip[1].page, 16, 16, 1, 15, 0, gv->pee);
+ //modexprint(pip[0].page, x*4, y*4, type, col, bgcol, gv->pee);
//(gv->clock_start)=*(gv->clock);
gv->kurokku.tiku=0;
}