glVertex3f
Crap Cracker
- Thread Starter
- #141
lol I did a PC += 2 in the Main loop. Either there after the OpCode switch in the Emulate function. I cant remember wich one as I have been trying different places to make sure its the same result.
I was incrementing PC every loop and doing a PC += 2 when I skip and a PC -= 2 when I did a jmp() or a jsr();
I was incrementing PC every loop and doing a PC += 2 when I skip and a PC -= 2 when I did a jmp() or a jsr();
Last edited: