;-------------------------------------------------------------------------------- ; DoToast: ; in: A(w) - VRAM Destination ; in: X(w) - Length in Tiles ;-------------------------------------------------------------------------------- DoToast: PHY : PHP LDY.w ToastBuffer JSL.l WriteVRAMBlock PLP : PLY RTL ;--------------------------------------------------------------------------------