Skip to content

Commit 9f4bb8d

Browse files
committed
add Readme
1 parent b0fea17 commit 9f4bb8d

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
## UAE4ALL
2+
UAE4All is a "Lite" Amiga Emulator. It is based on E-UAE core and it can utilize FAME for Motorola 68000 microprocessor emulation. It emulates Commodore Amiga 500 hardware with 1 MB Chip RAM, OCS and up to 4 floppy drive, utilizes Cyclone emulator of Motorola 68000 microprocessor for ARM hardware. It emulates most Commodore Amiga 500 hardware.
3+
4+
## UAE4ALL for MiyooCFW
5+
Revamped version of UAE4ALL for MiyooCFW, supported devices: Bittboy, PocketGo, Powkiddy V90 / Q90 / Q20 etc.
6+
This build is based of a port to _GCW0_ made by zear & Nebuleon (with smurline and goldmojo changes for other platforms).
7+
8+
Stock emulator for 1.3.3 MiyooCFW was based (possibly) of upstream by zear (https://github.com/zear/uae4all). Initial (stock) port made by @jamesofarrell, compiled with FAME core (no src available).
9+
10+
This revision replaces FAME mk68 emulation library with UAE core. Major advantages would be wider game compatibility, however some games may produce fps drawback due to UAE being less optimized.
11+
12+
## Compiling instructions
13+
1. Set up your environment with @steward-fu toolchain (preferably in Debian 9 distro):
14+
```
15+
$ cd
16+
$ wget https://github.com/steward-fu/miyoo/releases/download/v1.0/toolchain.7z
17+
$ 7za x toolchain.7z
18+
$ sudo cp -a miyoo /opt/
19+
```
20+
2. Copy this repo & compile
21+
```
22+
git clone https://github.com/Apaczer/uae4all
23+
cd uae4all
24+
make clean
25+
make -f Makefile.miyoo
26+
```
27+
28+
## Compatibility list
29+
There are some drawbacks when FAME is not used:
30+
- Zool II - less optimized
31+
- Jim Power - less optimized
32+
- Xenon II - crashes after sprite collision with bomb
33+
34+
Below titles will play better on UAE core comparable to FAME:
35+
- SuperFrog - no video jittery on "auto" frameskip
36+
- Alien Breed - no video jittery on "auto" frameskip
37+
- JamesPond - boot ups and doesn't crash
38+
- Great Giana Sisters - boot ups and doesn't crash
39+
- Nicky II - boot ups and doesn't crash
40+
- AdamsFamily - no sprite freezes during gameplay

0 commit comments

Comments
 (0)