mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-01-02 21:33:09 +00:00
Fix "JAM" for latest version test revion
This commit is contained in:
parent
b3dee2ea80
commit
bb6bcb9e70
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user