Ejemplo n.º 1
0
Archivo: Emu.cs Proyecto: pabru/YCPU
 private void ConsoleWrite(int x, int y, string s)
 {
     m_Curses.WriteString(x, y, s);
 }