Home | Forums | What's new | Resources | |
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 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... |