@TheMogMiner How accurate is MAME’s N64 RDP emulation? I’m trying to debug this microcode I’m writing and having no insight into the internal workings of my real N64’s RDP beyond debug statements stinks.
For reference, my routine is working in MAME and not on my N64. :|
Not great. It's a port of angrylion's RDP code, which is itself was based initially on MAME's RDP code. However, the two have diverged wildly, and I've probably broken a lot of stuff by trying to optimize it. Eventually I'm just going to re-port angrylion's code back to MAME.