mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-11-05 03:07:44 +00:00
Add comment noting GB: unique instruction.
Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
This commit is contained in:
parent
c7dafb5f75
commit
6506b33436
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user