コード例 #1
0
ファイル: VMwareSVGAII.cs プロジェクト: uxmal/MOSA-Project
 /// <summary>
 /// Sets the fifo.
 /// </summary>
 /// <param name="index">The index.</param>
 /// <param name="value">The value.</param>
 protected void SetFifo(uint index, uint value)
 {
     fifo.Write32(index * 4, value);
 }
コード例 #2
0
 /// <summary>Sets the fifo.</summary>
 /// <param name="index">The index.</param>
 /// <param name="value">The value.</param>
 protected void FIFOSetRegister(uint index, uint value)
 {
     fifo.Write32(index * 4, value);
 }