How to build Advancemame/Dgen/Dosbox

The all game simulator are build on the raspberry pi with SP7021.

Advancemame

Download the advancemame source code and compile

wget https://github.com/amadvance/advancemame/releases/download/v3.9/advancemame-3.9.tar.gz tar -zxvf advancemame-3.9.tar.gz cd advancemame-3.9 ./autogen.sh env CFLAGS="-fPIC -O3 -funsafe-math-optimizations -ftree-vectorize -DUSE_BLIT_SMALL" ./configure --disable-vc --disable-sdl2 --disable-fb --disable-slang --disable-kevent --disable-kraw make mame -j5

Set the advnacemame runtime variable

vi ~/.advance/advmame.rc dir_rom <roms_directory> display_expand 1 misc_quiet yes

./advmame <rom_name>

Dgen

Download the advancemame source code and compile

wget https://files.retropie.org.uk/archiv1es/dgen-sdl-1.33.tar.gz tar xf dgen-sdl-1.33.tar.gz cd dgen-sdl-1.33 env CFLAGS="-fPIC -O3 -funsafe-math-optimizations -ftree-vectorize" ./configure --disable-opengl --disable-hqx make -j5

./dgen <rom_path>

Dosbox

Download the advancemame source code and compile

direct run the dos game