Lakshya A Agrawal
Lakshya A Agrawal
Relevant: https://tobiasvl.github.io/blog/write-a-chip-8-emulator/
Relevant: https://www.reddit.com/r/emulation/comments/jbpr5p/terminal_based_chip8_emulator_without_external/g90azi4/
Related #20 and #3
A lot of users try to run the various roms and find it a bummer to see "unrecognised opcode" on running an SCHIP or some other CHIP-8 extension program(which is...
The register values being printed do not have a fixed length and therefore cause unnecessary flicker. It could be solved by printing all values in fixed length(by padding with zeros).