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
359 stars 7 forks source link

Quirks test Memory is only testing FX55, not FX65 #21

Closed gfcwfzkm closed 2 months ago

gfcwfzkm commented 5 months ago

In the quirks test, the "Memory" check is only checking for the correct behavior of the opcode FX55, not for FX65.

Timendus commented 4 months ago

I think you're right. Funny that nobody has ran into this before. Hmm... I'll add it to the todo list.