> I draw a background pic, then I write text using _vputs. This > displays my text on top of my pic, but the text is on the screen, and > not actually in the buffer. use a set textwrite,(iy+SGRFLAGS) before your _vputs: set textwrite,(iy+SGRFLAGS) ld hl,text call _vputs jp _GRBUFCPY_V text: .db "Text in buffer...",0 hope this helps!! grtx, Sebastiaan Roodenburg