예제 #1
0
파일: Emu.cs 프로젝트: pabru/YCPU
 private void ConsoleWrite(int x, int y, string s)
 {
     m_Curses.WriteString(x, y, s);
 }