Skip to content

Commit

Permalink
fix bug in Fx1E opcode
Browse files Browse the repository at this point in the history
  • Loading branch information
btimofeev committed Apr 9, 2012
1 parent 4832498 commit 839f7dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/chip_emu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ void ChipEmu::executeNextOpcode()
V[0xF] = 1;
else
V[0xF] = 0;
I += V[((opcode & 0x0F00)>>8)];
break;

case 0x29: // FX29 - point I to 5 byte numeric sprite for value in VX
Expand Down

0 comments on commit 839f7dc

Please sign in to comment.