Skip to content

Commit 889cb95

Browse files
committed
formatted document
1 parent 8b5813d commit 889cb95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emulator/src/Chipset/CPU.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace casioemu {
1313
CPU::OpcodeSource CPU::opcode_sources[] = {
14-
// function hints main mask operand {size, mask, shift} x2
14+
// function hints opcode operand {size, mask, shift} x2
1515
// * Arithmetic Instructions
1616
{&CPU::OP_ADD , H_WB , 0x8001, {{1, 0x000F, 8}, {1, 0x000F, 4}}},
1717
{&CPU::OP_ADD , H_WB , 0x1000, {{1, 0x000F, 8}, {0, 0x00FF, 0}}},

0 commit comments

Comments
 (0)