mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-03-31 04:30:58 +00:00
Correct a couple of LR35902 timing mistakes.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
e421f49b12
commit
af82470f27
@ -354,7 +354,7 @@ namespace EightBit
|
||||
switch (y)
|
||||
{
|
||||
case 0: // NOP
|
||||
this.Tick(4);
|
||||
this.Tick();
|
||||
break;
|
||||
case 1: // GB: LD (nn),SP
|
||||
this.Bus.Address.Word = this.FetchWord().Word;
|
||||
@ -546,7 +546,7 @@ namespace EightBit
|
||||
throw new InvalidOperationException("Invalid operation mode");
|
||||
}
|
||||
|
||||
this.Tick(4);
|
||||
this.Tick();
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user