What does MiSTer mean for Sega Saturn reversing? I'm 100% a software guy, just wondering. Does it mean the interaction between the CD drive and the SH-1 are fully documented?
It looks like he has documented some of the interactions on his github and posted assembly. (Not sure if its his own implementation or just a dump of the actual sh1 rom).
Contribute to srg320/Saturn_hw development by creating an account on GitHub.
github.com
I couldnt find his vdp verilog, that might be private. Maybe someone with access to his paetron would know if hes instrumenting the hardware or just basing his HW design on the existing docs/emulator logic
You could make an in-circuit emulator or jtag interface by modifying the SH-2 core, and yeah you could add whatever op codes you want since you are defining the processor. Just think of it as a modifyable saturn hw clone. The limiting factor will be space since the de10 nano uses a smaller fpga, and excess hw will affect routing. His SH2 src is here, missed it the other day. GitHub - srg320/SH
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.