No description
Find a file
Chips-fr 7bb90cfc6a Merge pull request #5 from joolswills/makefile_clean
no need to set CPPFLAGS to CFLAGS, or else parameters could be duplic…
2015-10-17 15:42:20 +02:00
conf Add empty directory for configuration, save state ... 2015-05-23 21:58:09 +00:00
data Align with latest TomB version 1.0.0 2015-10-11 14:23:51 +02:00
kickstarts Add empty directory for configuration, save state ... 2015-05-23 21:58:09 +00: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 Save 4/3 shrink in configuration file 2015-10-17 15:36:46 +02:00
link_pandora_dirs.sh Commit pandora source code 2015-05-13 18:47:23 +00:00
Makefile no need to set CPPFLAGS to CFLAGS, or else parameters could be duplicated if custom CFLAGS are set 2015-10-14 22:03:52 +00:00
README.md update readme 2015-10-14 23:35:30 +02:00
Readme_Pandora.txt Align with latest TomB version 1.0.0 2015-10-11 14:23:51 +02:00

uae4arm-rpi

Port of uae4arm on Raspberry Pi

v0.4: Merge of latest TomB version for Pandora. Keep position between file selection Joystick management improved.

v0.3: Rework of dispmanX management. It improve picasso Add 4/3 shrink for 16/9 screen. Alt key can now be used to switch between mouse and 2nd joystick.

v0.2: Merge latest TomB improvements from Pandora version (Zorro3 memory, picasso...).

v0.1: Use dispmanX for fast scaling and double buffering. Enable hat usage on joystick. Add Sony 6axis joystick workaround.

How to compile on Raspbian: You need to install gcc-4.8 (or edit Makefile) and install some dev package. In order to do this enter the following in command line:

  sudo apt-get install g++-4.8
  sudo apt-get install libsdl1.2-dev
  sudo apt-get install libsdl-gfx1.2-dev
  sudo apt-get install libsdl-ttf2.0-dev
  sudo apt-get install libguichan-dev

Then for Raspberry Pi 2: make CXX=gcc-4.8 Or for Raspberry Pi 1: make PLATFORM=rpi1 CXX=g++-4.8