Once drawglist() has prepared the necessary instructions and memory areas to display the data, the VSprites are installed into the display with mrgcop(). (drawglist() does not actually draw the vsprites, it only prepares the Copper instructions.) struct View *view; MrgCop(view); The view is a pointer to the view structure whose copper instructions are to be merged.