Fix "JAM" for latest version test revion

This commit is contained in:
Adrian Conlon 2024-08-05 17:09:52 +01:00
parent b3dee2ea80
commit bb6bcb9e70

View File

@ -250,7 +250,16 @@ namespace EightBit
private void Jam()
{
this.Bus.Address.Assign(this.PC);
--this.PC.Word;
this.MemoryRead();
this.MemoryRead(0xff, 0xff);
this.Bus.Address.Low = 0xfe;
this.MemoryRead();
this.MemoryRead();
this.Bus.Address.Low = 0xff;
this.MemoryRead();
this.MemoryRead();
this.MemoryRead();
this.MemoryRead();
this.MemoryRead();
this.MemoryRead();
}