Example #1
0
 private void ClearDisplay()
 {
     Sdl.RenderClear(_renderer);
     _gpu.ClearDisplayMemory();
     _cpu.GoToNextInstruction();
 }