Jorgee1 / chip8-emulator

Emulador del Chip 8 en C++
MIT License
0 stars 0 forks source link

Problem wraping in X coordinate #4

Open Jorgee1 opened 4 years ago

Jorgee1 commented 4 years ago

There is a bug in the game 'WIPEOFF'. Whenever the player is to close to the border, part of it disapears when it should wrap on the other side.

This is related to the way the xor is handeled in the Dxxx code. The sprite needs to be broken first into two parts and then added to the screen.