rtoumazet / saturnin

Saturnin is a Sega Saturn emulator
Apache License 2.0
2 stars 0 forks source link

Create a minimal setup function to run binaries without having to start the emulator #256

Closed rtoumazet closed 1 year ago

rtoumazet commented 1 year ago

Currently, running a binary needs the bios start vectors and functions to be populated in memory before allowing it to run. It's done by starting the emulator for a few seconds before loading the binary in memory. But it's not practical and doesn't work well sometimes. So creating a minimum function to setup needed bios functions and calling it before loading the binary to test could be interesting. Actions to be done :