Added double buffering 2

This commit is contained in:
2026-04-24 21:52:30 +01:00
parent d7fd5b6ad8
commit 97267bed7a
3 changed files with 3 additions and 2 deletions

View File

@@ -170,6 +170,7 @@ namespace Desktop
if (scanlineCount % 312 == 0)
{
_cpu.RequestInterrupt(); // 50Hz interrupt
_ula.CommitFrame();
TotalFrameCount++;
if (highSpeed)