Giter VIP home page Giter VIP logo

uae4arm-rpi's Introduction

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

uae4arm-rpi's People

Contributors

chips-fr avatar joolswills avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.