Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7162 → Rev 7163

/programs/cmm/lib/kolibri.h
476,11 → 476,14
$int 0x40
}
 
void PutPaletteImage(dword EBX,w,h,x,y,ESI,EDI)
:void PutPaletteImage(dword inbuf,w,h,x,y,bits,pal)
{
EAX = 65;
EBX = inbuf;
ECX = w<<16+h;
EDX = x<<16+y;
ESI = bits;
EDI = pal;
EBP = 0;
$int 0x40
}