Add comment noting GB: unique instruction.

Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
This commit is contained in:
Adrian.Conlon 2017-08-14 18:41:51 +01:00
parent c7dafb5f75
commit 6506b33436

View File

@ -404,7 +404,7 @@ void EightBit::LR35902::executeCB(int x, int y, int z, int p, int q) {
case 5: case 5:
operand = sra(f, operand); operand = sra(f, operand);
break; break;
case 6: case 6: // GB: SWAP r
operand = swap(f, operand); operand = swap(f, operand);
break; break;
case 7: case 7: