Added acanline rendering. Fixed interrupts. Added XInput support

This commit is contained in:
2026-05-12 23:13:23 +01:00
parent edb41bdb3a
commit d571fe7187
6 changed files with 222 additions and 255 deletions

View File

@@ -56,7 +56,7 @@ namespace Desktop
try
{
// Ask the main form to step the WHOLE machine, not just the Z80!
_mainForm.StepEmulator();
//_mainForm.StepEmulator();
UpdateDisplay();
}
catch (Exception ex)