corax89 / chip8-test-rom

ROM for testing chip8 emulator
MIT License
269 stars 17 forks source link

Merge pull request #4 from corax89/add-license-1 #5

Closed pnkfb9 closed 4 years ago

pnkfb9 commented 4 years ago

Hi man, I had no way to contact you on the output of the ROM.

I'm actually testing my emulator with different roms, and usually other test roms have a brief description of the tests done by the rom. Actually, using my emu with your rom gives the first column printed on the screen and then it refresh only the last element in the column(AX OK) and loops infinitely. There's a way to understand which opcode fails in my emu by seeing your output?

Delete this merge obviously, and sorry for using this way to write to you. Thanks!

corax89 commented 4 years ago

It's just a list of opcodes, if OK means opcode works correctly. If something goes wrong at some point, then it is likely that the problem is with the opcode that should have run.