rtoumazet / saturnin

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

Add an option to load a Saturn binary through the command line #258

Closed rtoumazet closed 1 year ago

rtoumazet commented 1 year ago

Needs #256 to work.

Command line options : -h or --help : shows the various options available in command line -f or --file : binary file to load -s or --set-pc : address to set the PC after loading the binary file, in hex. Default is 0x6004000. -l or --load-address : Saturn memory address to load the binary file to, in hex. Default is 0x6004000. -a or --auto-start : will auto start the emulator after loading when present.