cookerlyk / Chip8

Chip-8 Interpreter written in C
MIT License
16 stars 1 forks source link

Segfault on vbrix rom #6

Closed cookerlyk closed 7 years ago

cookerlyk commented 7 years ago

Loads the Rom but any keyboard input crashes the program with a segfault

cookerlyk commented 7 years ago

Was a underlying issue that was caused by the incorrect implementation of the DXYN op. Fixed with this commit