HomeForumsWhat's newResources 
 
 
What Does MiSTer Mean For Saturn Reversing?
slinga - May 2, 2022
 slinga May 2, 2022
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?

 Mr Conan May 4, 2022
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).


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

 slinga May 7, 2022
Thanks for the response. What else can we do with MiSTer? Can we take the verilog and verify SH-2 disassembly? Could there be non-standard opcodes?

Mister sounds really cool, dunno where to start.

 Mr Conan May 7, 2022
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...