Skip to content

Commit

Permalink
#2: Removed two unnecessary code lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
saku-kaarakainen committed Sep 5, 2016
1 parent 07e3930 commit 19680e8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions WinBoyEmulator/GameBoy/CPU/LR35902.cs
Original file line number Diff line number Diff line change
Expand Up @@ -375,10 +375,6 @@ private void _ld(Instruction opcode)
// For example if destination is any Register.
throw new NotImplementedException();
}

// doens't handle 16-bit registers yet.
var value = _getByteFromRegister(opcode.Source);
_setByteToRegister(opcode.Destination, value);
}

public static LR35902 Instance
Expand Down

0 comments on commit 19680e8

Please sign in to comment.