Note commonality between Intel-style processors

This commit is contained in:
Adrian Conlon
2025-08-10 12:43:34 +01:00
parent 2e1573b016
commit 558da38f12
4 changed files with 13 additions and 13 deletions
-2
View File
@@ -239,8 +239,6 @@ namespace LR35902
protected override void HandleINT()
{
base.HandleINT();
this.RaiseHALT();
this.DisableInterrupts();
this.Restart(this.Bus.Data);
}