Timendus / chip8-test-suite

A collection of ROM images with tests that will aid you in developing your own CHIP-8, SUPER-CHIP or XO-CHIP interpreter (or "emulator")
GNU General Public License v3.0
338 stars 6 forks source link

Keypad test: More info on `NOT HALTING` #20

Closed greg-kennedy closed 2 months ago

greg-kennedy commented 4 months ago

My test wasn't passing because the interpreter didn't count down the delay timer while waiting for keypress - add a note here for others, so they don't encounter the same problem.

Timendus commented 2 months ago

Thank you for the contribution! Being explicit enough in the wording of the README has turned out to be a bigger challenge for this test suite than actually writing the code :)