libretro/uae4arm-libretro

Name: uae4arm-libretro

Owner: libretro

Description: Port of uae4arm for libretro (rpi/android)

Created: 2016-08-26 01:18:01.0

Updated: 2018-03-15 00:06:22.0

Pushed: 2017-04-10 12:57:20.0

Homepage:

Size: 2515

Language: C++

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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 Jessie:

Install following packages:

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

Then for Raspberry Pi 2:

  make

Or for Raspberry Pi 1:

  make PLATFORM=rpi1

How to compile on Raspbian Whezzy:

You need to install same packages as Jessie (see above) and a more updated gcc (otherwise alter Makefile). In order to do this enter the following in command line:

  sudo apt-get install g++-4.8

Then for Raspberry Pi 2:

  make CXX=g++-4.8

Or for Raspberry Pi 1:

  make PLATFORM=rpi1 CXX=g++-4.8

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.