These paths are relative to units/TRS80COCO/ in the TRSE tree. Reference a unit with @use "<path>" (no .tru extension).
Units
Each section lists procedure and function declarations parsed from the .tru source. Notes come from the block comment immediately above each declaration (/** … */ or /* … */). Line comments (//) are not shown.
gfx/tiles
Kind
Name
Signature
Notes
procedure
SetTileLoc
procedure SetTileLoc(tile: global ^byte);
—
procedure
WriteToScreen
procedure WriteToScreen(xx,yy,val,wx,wy : byte);
—
screen
Kind
Name
Signature
Notes
procedure
SetBitmapMode
procedure SetBitmapMode(b,c:global byte);
First parameter is bytes per line, second is number of colours SetbitmapMode(Screen::BPL_40, 1); // will set 4-colour 320x224 mode