Lakshya A Agrawal

Results 41 issues of Lakshya A Agrawal

Relevant: #23

good first issue
hacktoberfest
interface

Some specifications mention that instructions ```fx55``` and ```fx65``` modify the index register to I + x + 1. Add a command line argument to run the machine with this mode.

good first issue
hacktoberfest
interface

Although the specification doesn't specify a rate cycle for the CPU, and only specifies a rate for the DT and ST timers, a lot of Chip-8 programs end up relying...

good first issue
hacktoberfest
interface

good first issue
hacktoberfest

Relevant: https://www.reddit.com/r/programming/comments/jcdatt/terminal_based_chip8_emulator_without_external/g92rc26/

This can be solved by ensuring that the destructor for kb in Keyboard gets called always.

bug
good first issue
hacktoberfest

This can be solved by creating an interrupt flag in Machine class, and checking that in the runLoop every iteration.

bug
hacktoberfest