996 B
996 B
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!