mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-03-09 10:35:47 +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:
|
||||
operand = sra(f, operand);
|
||||
break;
|
||||
case 6:
|
||||
case 6: // GB: SWAP r
|
||||
operand = swap(f, operand);
|
||||
break;
|
||||
case 7:
|
||||
|
Loading…
x
Reference in New Issue
Block a user