From 8033948aef27cb42845e63e728ef8373bba893f9 Mon Sep 17 00:00:00 2001 From: "Adrian.Conlon" Date: Tue, 29 Aug 2017 17:26:41 +0100 Subject: [PATCH] Very small argument tidy. Signed-off-by: Adrian.Conlon --- LR35902/src/LR35902.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LR35902/src/LR35902.cpp b/LR35902/src/LR35902.cpp index 693352d..894137a 100644 --- a/LR35902/src/LR35902.cpp +++ b/LR35902/src/LR35902.cpp @@ -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: