/
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
Porting siemens jailhouse to SP7021
Porting siemens jailhouse to SP7021
Read with 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
20200826 Maker Workshop Slide
20200826 Maker Workshop Slide
Read with 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
5. EXAMPLE CODE OF MODULE USAGE BY USER LAYER
5. EXAMPLE CODE OF MODULE USAGE BY USER LAYER
Read with this
Creating Linux Kernel Headers
Creating Linux Kernel Headers
More like this