elkku26 / Chip26

A WIP CHIP-8 Emulator, written with C# and MonoGame.
1 stars 0 forks source link

Opcode 8xy6 fails test_opcode.ch8 #3

Closed elkku26 closed 4 years ago

elkku26 commented 4 years ago

Opcode 8xy6 doesn't give the correct result. Assumably it doesn't check the least-significant digit correctly. Also, there might exist some implementation differences on this opcode, see https://www.reddit.com/r/EmuDev/comments/8cbvz6/chip8_8xy6/

elkku26 commented 4 years ago

Seems to be fixed.