From 6506b33436481343662784948231f2cb76786b83 Mon Sep 17 00:00:00 2001 From: "Adrian.Conlon" Date: Mon, 14 Aug 2017 18:41:51 +0100 Subject: [PATCH] Add comment noting GB: unique instruction. 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 4e28c16..3703ef9 100644 --- a/LR35902/src/LR35902.cpp +++ b/LR35902/src/LR35902.cpp @@ -404,7 +404,7 @@ void EightBit::LR35902::executeCB(int x, int y, int z, int p, int q) { case 5: operand = sra(f, operand); break; - case 6: + case 6: // GB: SWAP r operand = swap(f, operand); break; case 7: