mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-03-11 05:41:49 +00:00
With my correct implementation of HALT, I need the fetch to take place during a halted state
This commit is contained in:
@@ -226,7 +226,8 @@ namespace LR35902
|
||||
}
|
||||
else if (this.HALT.Lowered())
|
||||
{
|
||||
//this.Execute(0); // NOP
|
||||
_ = this.FetchByte();
|
||||
this.Execute(0); // NOP
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user