Lakshya A Agrawal
Lakshya A Agrawal
Relevant: #23
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.
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...
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.
This can be solved by creating an interrupt flag in Machine class, and checking that in the runLoop every iteration.