Skip to content

Commit

Permalink
Add TODO comment for 0xFX0A
Browse files Browse the repository at this point in the history
  • Loading branch information
Snarr committed Nov 7, 2023
1 parent 70ce48d commit 660c394
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion emulator.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,10 @@ export class CHIP8_Emulator {
this.vRegisters[getX(opcode)] = this.DT;
break;
}

// TODO: implement 0xFX0A
case 0x0A: {
// Wait for a key press, store the value of the key in Vx

break;
}
case 0x15: {
Expand Down

0 comments on commit 660c394

Please sign in to comment.