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