2016-12-20 13:21:13 +01:00
|
|
|
# Amiga emulator for Raspberry Pi
|
2016-12-20 12:59:37 +01:00
|
|
|
|
2017-01-07 13:27:41 +01:00
|
|
|
# History of this fork (newest first)
|
|
|
|
- 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)
|
2016-12-15 14:13:20 +01:00
|
|
|
- Added mapping option for keyboard key to Quit the emulator directly
|
2017-01-07 13:27:41 +01:00
|
|
|
- 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
|
2016-08-16 13:21:15 +02:00
|
|
|
|
2016-12-20 13:21:13 +01:00
|
|
|
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 pulseaudio
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
Then for Raspberry Pi 3:
|
|
|
|
|
|
|
|
make
|
|
|
|
|
|
|
|
For Raspberry Pi 2:
|
|
|
|
|
|
|
|
make PLATFORM=rpi2
|
|
|
|
|
|
|
|
For Raspberry Pi 1/Zero:
|
|
|
|
|
|
|
|
make PLATFORM=rpi1
|
|
|
|
|
|
|
|
# uae4arm-rpi (Chips) history
|
2016-08-16 13:20:56 +02:00
|
|
|
Port of uae4arm on Raspberry Pi
|
2015-05-14 15:18:43 +00:00
|
|
|
|
2016-05-20 19:25:26 +00:00
|
|
|
v0.5:
|
|
|
|
Merge of latest TomB version for Pandora.
|
|
|
|
Picasso fully working.
|
|
|
|
Keyboard management improved.
|
|
|
|
Add deadzone for joystick.
|
2016-05-14 18:57:55 +00:00
|
|
|
|
2015-10-17 16:36:56 +02:00
|
|
|
v0.4:
|
|
|
|
Merge of latest TomB version for Pandora.
|
|
|
|
Keep position between file selection
|
|
|
|
Joystick management improved.
|
2015-09-12 22:41:46 +02:00
|
|
|
|
2015-10-17 16:36:56 +02:00
|
|
|
v0.3:
|
2016-05-20 19:25:26 +00:00
|
|
|
Rework of dispmanX management (huge picasso improvement).
|
2015-10-17 16:36:56 +02:00
|
|
|
Add 4/3 shrink for 16/9 screen.
|
|
|
|
Alt key can now be used to switch between mouse and 2nd joystick.
|
2015-05-28 20:50:08 +00:00
|
|
|
|
2015-10-17 16:36:56 +02:00
|
|
|
v0.2:
|
|
|
|
Merge latest TomB improvements from Pandora version (Zorro3 memory, picasso...).
|
2015-05-23 11:16:41 +00:00
|
|
|
|
2015-10-17 16:36:56 +02:00
|
|
|
v0.1:
|
|
|
|
Use dispmanX for fast scaling and double buffering.
|
|
|
|
Enable hat usage on joystick.
|
|
|
|
Add Sony 6axis joystick workaround.
|