/
How to build Advancemame/Dgen/Dosbox
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
, multiple selections available,
Related content
6. OPEN SOURCE APPLICATION AND HOW TO CROSS COMPILE AND INSTALL
6. OPEN SOURCE APPLICATION AND HOW TO CROSS COMPILE AND INSTALL
More like this
Porting siemens jailhouse to SP7021
Porting siemens jailhouse to SP7021
Read with this
Build Chocolate Doom on Raspbian for SP7021 Platforms
Build Chocolate Doom on Raspbian for SP7021 Platforms
More like this
How to setup and use HDMI Type TFT-LCD on SP7021 EV Board
How to setup and use HDMI Type TFT-LCD on SP7021 EV Board
Read with this
SP7021 Quick Start
SP7021 Quick Start
More like this
20200826 Maker Workshop Slide
20200826 Maker Workshop Slide
Read with this