chip8emu icon indicating copy to clipboard operation
chip8emu copied to clipboard

Pressing 'l' for exiting the machine does not work when the program is executing instruction 0xFx0A(wait and get keypress)

Open LakshyAAAgrawal opened this issue 4 years ago • 0 comments

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

LakshyAAAgrawal avatar Oct 14 '20 06:10 LakshyAAAgrawal