chip8emu
chip8emu copied to clipboard
On detecting an unknown opcode, the emulators exits using "exit" which doesnt restore terminal to original state.
This can be solved by ensuring that the destructor for kb in Keyboard gets called always.