Wednesday, December 12, 2012

Time to call in the Austrians

So it looks like the Z80 and both Z8002's initialize and pass all memory checks and the Z80 is at the point in the code where it is looking for some status from the 06xx. Now the 06xx is basically a customs controller and it has the ability to control up to 4 separate Namco 5XXX series devices.  As it stands.. Pole Position actually has 4 of these: 51xx, 52xx, 53xx and a 54xx
So this means I have to now reverse engineer 5 more Namco customs. Or do I?

Calling in a favor from my buddy Wolfgang, who has been working in parallel on an FPGA implementation of the Galaga system.  He and I have been sharing the code for our customs for a while and I'm happy to see that he has already done quite a bit of this work:
http://www.pin4.at/pro_custom.php

Woot!


Tuesday, December 4, 2012

"ERROR IC25"

So the design as it stands today is sitting in the FPGA but alas.. it doesn't seem to be executing the same as the original hardware. As I dug further... I spotted some memory location reads that didn't line up. Turns out.. those are to the security ROM located at 4K for Pole Position 2 which of course, doesn't exist in my design.   (Duh!)

I know there are hacked romsets out there that bypass it (replace jump instructions with NOPs), but I'd rather handle it in hardware. That way, when people ultimately use this thing, they can just grab authentic PP and PP2 romsets off the web, toss it on here and it will just plain work.  Rather than spend too much time on this just yet, I've decided to switch to the PP romset for FPGA implementation. Once that's all set I'll reverse engineer the IC25 for PP2 and re-veify that PP2 works as well.