No description
Find a file
2018-01-03 10:25:01 +01:00
conf Add empty directory for configuration, save state ... 2015-05-23 21:58:09 +00:00
data Removed unused files from data folder 2017-09-24 10:49:25 +02:00
kickstarts Add empty directory for configuration, save state ... 2015-05-23 21:58:09 +00:00
nbproject Netbeans Initial Project Setup (#40) 2017-01-20 19:24:16 +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 Use real pitch info for DispManX resource_write_data 2017-09-21 18:31:38 +02:00
VisualGDB Removed unused VisualGDB project files 2017-09-26 11:41:54 +02:00
VSLinux Updated VSLinux project 2017-09-21 19:20:18 +02:00
.gitattributes Added default .gitattributes file 2017-01-16 23:06:34 +01:00
.gitignore Use real pitch info for DispManX resource_write_data 2017-09-21 18:31:38 +02:00
_config.yml Set theme jekyll-theme-minimal 2017-01-16 09:33:28 +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
ISSUE_TEMPLATE.md Create ISSUE_TEMPLATE.md 2018-01-03 10:23:03 +01:00
Makefile Removed obsolete files, relocated 7-zip 2017-02-03 16:29:50 +01:00
PULL_REQUEST_TEMPLATE Create PULL_REQUEST_TEMPLATE 2018-01-03 10:25:01 +01:00
README.md Update README.md 2017-09-27 14:59:04 +02:00
Readme_Pandora.txt Merge latest TomB version as of 8 July 2016 2016-07-10 13:48:11 +02:00

Amiga emulator for Raspberry Pi

History (newest first)

  • Added more Picasso resolutions
  • Added NetBeans project
  • Added Visual Studio solution using VC++ for Linux
  • Fixed bugs related to video and audio glitches
  • Renamed folder structure according to the WinUAE standard
  • The emulator now changes screen resolution on the host dynamically instead of always scaling to the native one (improves performance a lot)
  • Added mapping option for keyboard key to Quit the emulator directly
  • Added mapping option for game controller button to a) Enter GUI and b) Quit the emulator
  • Added Shutdown button, to power off the (host) computer
  • Added Visual Studio solution (requires VisualGDB), so we can compile and debug from Windows PC
  • Fixed bugs and crashes in GUI keyboard navigation
  • Loading the Configuration file now respects the input settings
  • Removed Pandora specific keyboard shortcuts which caused crashes
  • Pi Zero / Pi 1 version now has full Picasso96 support (up to 1080p 24bit)
  • FullHD (1080p) resolution supported in Picasso96 mode on all Pi models
  • Code formatting and cleanup
  • Added support for custom functions assignable to keyboard LEDs (e.g. HD activity)
  • Pi 3 is now the default target if no Platform is specified
  • Optimizations for Pi 3 added
  • New target platform: Pi 3
  • Forked from Uae4Arm-rpi project

Binary package dependencies (install these if you only want to run the binary):

  sudo apt-get install libsdl1.2debian libsdl-image1.2 libsdl-gfx1.2-5 libsdl-ttf2.0-0 libmpg123-0 libguichan-sdl-0.8.1-1 libxml2 mpeg2dec

How to compile from source (on Raspbian Jessie):

Install following packages:

  sudo apt-get install libsdl-dev libguichan-dev libsdl-ttf2.0-dev libsdl-gfx1.2-dev libxml2-dev libflac-dev libmpg123-dev libmpeg2-4-dev

Then for Raspberry Pi 3:

  make

For Raspberry Pi 2:

  make PLATFORM=rpi2

For Raspberry Pi 1/Zero:

  make PLATFORM=rpi1