Example #1
0
File: Emu.cs Project: pabru/YCPU
 private void ConsoleWrite(int x, int y, string s)
 {
     m_Curses.WriteString(x, y, s);
 }