Very small argument tidy.

Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
This commit is contained in:
Adrian.Conlon 2017-08-29 17:26:41 +01:00
parent 91c8855183
commit 8033948aef

View File

@ -773,7 +773,7 @@ void EightBit::LR35902::executeOther(int x, int y, int z, int p, int q) {
break;
case 7: // GB: LD A,(nn)
fetchWord();
a = getByte(MEMPTR().word);
a = getByte(MEMPTR());
cycles += 4;
break;
default: