mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2024-11-14 23:05:32 +00:00
Correct PC power on value issue.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
f01e3e0430
commit
aca81384c3
@ -100,8 +100,8 @@ namespace EightBit
|
||||
|
||||
protected override void OnRaisedPOWER()
|
||||
{
|
||||
this.PC.Word = this.SP.Word = this.AF.Word = this.BC.Word = this.DE.Word = this.HL.Word = (ushort)Mask.Mask16;
|
||||
this.RaiseHALT();
|
||||
this.SP.Word = this.AF.Word = this.BC.Word = this.DE.Word = this.HL.Word = (ushort)Mask.Mask16;
|
||||
base.OnRaisedPOWER();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user