No description
.idea/codeStyles | ||
.vs | ||
AndroidData | ||
capsimg@067db4cc6b | ||
cmake-build-debug | ||
conf | ||
data | ||
kickstarts | ||
nbproject | ||
savestates | ||
screenshots | ||
src | ||
VisualGDB | ||
VSLinux | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
_config.yml | ||
AndroidAppSettings.cfg | ||
AndroidBuild.sh | ||
banner.png | ||
CMakeLists.txt | ||
CODE_OF_CONDUCT.md | ||
COPYING | ||
CppProperties.json | ||
icon.png | ||
ISSUE_TEMPLATE.md | ||
Makefile | ||
PULL_REQUEST_TEMPLATE | ||
README.md |
Amiga emulator for the Raspberry Pi and other ARM SoC
Amiberry is an optimized Amiga emulator, designed for ARM-based SoC devices like the Raspberry Pi.
Amiberry is a labour of love, from many people. It's made possible only thanks to the tremendous amount of work from lots of people in the Amiga community.
Pre-requisites
Please check the relevant Wiki section: First installation
Compiling Amiberry
Clone this repo:
cd ~
git clone https://github.com/midwan/amiberry
cd amiberry
The default platform is currently "rpi3", so for Raspberry Pi 3 (SDL1) you can just type:
make -j2
For Raspberry Pi 2 (SDL1):
make -j2 PLATFORM=rpi2
And for the SDL2 versions, you can use the following:
make -j2 PLATFORM=rpi3-sdl2-dispmanx
Or for Raspberry Pi 2 (SDL2):
make -j2 PLATFORM=rpi2-sdl2-dispmanx
You can check the Makefile for a full list of supported platforms!