/
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
sudo apt install dosbox
dosbox -printconf
vi ~/.dosbox/dosbox-0.74-2.conf
usescancodes=false
direct run the dos game
, multiple selections available,
Related content
How to Setup Pins in Device-tree Source
How to Setup Pins in Device-tree Source
More like this
Creating Linux Kernel Headers
Creating Linux Kernel Headers
More like this
6. OPEN SOURCE APPLICATION AND HOW TO CROSS COMPILE AND INSTALL
6. OPEN SOURCE APPLICATION AND HOW TO CROSS COMPILE AND INSTALL
Read with this
Software Package of SP7350 Mini Control Board (MCB)
Software Package of SP7350 Mini Control Board (MCB)
More like this
How to create an USB 2.0 / USB 3.0 ADB Gadget
How to create an USB 2.0 / USB 3.0 ADB Gadget
More like this
In-system Programming Flash Devices
In-system Programming Flash Devices
More like this