cookerlyk / Chip8

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

Segfault on roms #12

Open cookerlyk opened 7 years ago

cookerlyk commented 7 years ago

Segfault on VERS roms. VERS rom segfaults on a DXYN op about 7 instructions into execution, D011 is the specific instruction.

Register Values when executed: V[0] == 0 V[1] == 255

Issue with the emu/op or issue with the ROM itself?

cookerlyk commented 7 years ago

Also a segfault on VBRIX on mac