Supermodel Dojo (Source)
Supermodel Dojo is a fork of Supermodel, a Sega Model 3 emulator, with a focus on netplay features, replay, and training options for competitive play. We intend to keep Supermodel Dojo updated with the latest downstream changes made to the parent project.
In addition to the features described above, Supermodel Dojo also contains a frontend for the emulator to make launching your favorite games and adjusting settings easier than ever.
Build Instructions
Linux
Ensure SDL2 is installed. Most package managers ought to have this available. For example, on Ubuntu, it should be sufficient to run:
sudo apt install libsdl2-dev sudo apt install libsdl2-net-dev
Build the Supermodel Dojo emulator:
make -f Makefiles/Makefile.UNIX NET_BOARD=1
You will find Supermodel in the bin folder.
Build the frontend:
cd Frontend make
Make sure the dojo and supermodel binaries are placed together in the same folder, following the same structure found in the latest Release archive.