コード例 #1
0
ファイル: Emu.cs プロジェクト: pabru/YCPU
 private void ConsoleWrite(int x, int y, string s)
 {
     m_Curses.WriteString(x, y, s);
 }