No description
Find a file
2018-02-18 11:38:05 +01:00
.idea/codeStyles Cleaned and extended gitignore (#242) 2018-02-11 14:19:21 +01:00
.vs Merge from dev to master 2018-02-04 21:02:03 +01:00
AndroidData Merge from dev to master 2018-02-04 21:02:03 +01:00
capsimg@067db4cc6b Added submodule "capsimg" for IPF support 2018-02-09 18:22:06 +01:00
cmake-build-debug Added experimental CMake support 2018-02-09 15:57:44 +01:00
conf Add empty directory for configuration, save state ... 2015-05-23 21:58:09 +00:00
data Merge from dev to master 2018-02-04 21:02:03 +01:00
kickstarts Add empty directory for configuration, save state ... 2015-05-23 21:58:09 +00:00
nbproject Merge from dev to master 2018-02-04 21:02:03 +01:00
savestates Add empty directory for configuration, save state ... 2015-05-23 21:58:09 +00:00
screenshots Add empty directory for configuration, save state ... 2015-05-23 21:58:09 +00:00
src Updated to v2.14 from dev 2018-02-18 11:38:05 +01:00
VisualGDB v2.13: Merge remote-tracking branch 'origin/dev' 2018-02-11 15:43:58 +01:00
VSLinux Updated VSLinux project to include new CAPS files 2018-02-12 13:30:41 +01:00
.gitattributes Merge from dev to master 2018-02-04 21:02:03 +01:00
.gitignore Cleaned and extended gitignore (#242) 2018-02-11 14:19:21 +01:00
.gitmodules Added submodule "capsimg" for IPF support 2018-02-09 18:22:06 +01:00
_config.yml Set theme jekyll-theme-minimal 2017-01-16 09:33:28 +01:00
AndroidAppSettings.cfg Merge from dev to master 2018-02-04 21:02:03 +01:00
AndroidBuild.sh Merge from dev to master 2018-02-04 21:02:03 +01:00
banner.png Merge from dev to master 2018-02-04 21:02:03 +01:00
CMakeLists.txt Added experimental CMake support 2018-02-09 15:57:44 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-01-03 10:17:01 +01:00
COPYING Create COPYING 2017-02-10 11:02:02 +01:00
CppProperties.json Added a CppProperties.json file, so you can use the Open Folder capabilitiies from Visual Studio 2018-02-09 13:45:27 +01:00
icon.png Merge from dev to master 2018-02-04 21:02:03 +01:00
ISSUE_TEMPLATE.md Create ISSUE_TEMPLATE.md 2018-01-03 10:23:03 +01:00
Makefile Updated to v2.14 from dev 2018-02-18 11:38:05 +01:00
PULL_REQUEST_TEMPLATE Create PULL_REQUEST_TEMPLATE 2018-01-03 10:25:01 +01:00
README.md Update README.md 2018-02-05 00:43:36 +01:00

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!