Opcode 0xFX55
tomdaley92 opened this issue · 1 comments
tomdaley92 commented
If any ROM uses this opcode, Soft-resetting will most likely result in buggy behavior (e.g. pixels rendered where they are not supposed to be). This is due to the fact that soft-resetting clears everything BUT the memory in the current implementation. I originally thought I could get away with this, but the entire memory should be cleared and the rom copied back at offset 0x200 every time.
tomdaley92 commented
Fixed soft resets. Now reloads ROM and fontset after clearing memory.