mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-09-25 03:24:30 +00:00
Fix "JAM" for latest version test revion
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user