forked from libretro/libretro-uae
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
75 lines (49 loc) · 2.4 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
P-UAE LIBRETRO DEBUG VERSION
based on P-UAE 2.6.1 https://github.com/GnoStiC/PUAE
Git Commit: 0186c1b16f7181ffa02d73e6920d3180ce457c46
All credits to :
Richard Drummond "http://www.rcdrummond.net/uae/"
E-UAE is based on the work of dozens of contributors including Bernd
Schmidt (the original author and maintainer of UAE), Bernie Meyer (the
author of the x86 JIT compiler), Toni Wilen (the current maintainer of
WinUAE), and many more.
This RETRO port was based at start on PS3 version E-UAE 0.8.29-WIP4 release 8
(so aslo credits to Ole.)
For now we use the UEA core provide by P-UAE 2.6.1 :
Git Commit: 0186c1b16f7181ffa02d73e6920d3180ce457c46
https://github.com/GnoStiC/PUAE
Credits to Mustafa 'GnoStiC' TUFAN
And of course for the RetroArch/Libretro team : "http://www.libretro.org/"
It's a quick hack.
At this time , works the basis but buggy on win/linux/android.
Remember ,Everything not working well, It's a debug release , so expect to more bug.
Default Control :
L2 Show/Hide statut
R2 Sound on/off
L Toggle Num Joy .
R Change Mouse speed 1 to 6 . (for gui and emu)
SEL Toggle Mouse/Joy mode .
STR Show/Hide vkbd .
A Fire/Mouse btn A / Valid key in vkbd
B Mouse btn B
X
Y E-UAE GUI
Usage without configuration file:
Launch retroarch , select a startup dsk , and e-uae sould boot.
Using a configuration file for your games:
You can pass a uae configuration file as a rom and the core will load the
settings and start emulation without first showing the gui. Look at the sample
configuration file "RickDangerous.uae" for help. You can use that sample as a
starting point for making your own configuration files for each of your games.
Recommended settings and information for Raspberry Pi 2:
- use CPU type 68000 and kickstart 1.3 for stability
- set floppy speed to 1x speed to avoid sound stuttering when loading games
- 640x400 is suitable for widescreen gaming and fits perfectly for most games
- you can use the config settings gfx_width and gfx_height to specify resolution
- study the settings in the sample file "RickDangerous.uae"
- whdload does not work
- overall the core performs very well with adf files
Knows Bugs:
- When load savesate , exiting GUI without reset . You have to re-enter GUI and do the reset .
- Everything not working well, It's a debug release , so expect to more bug.
We plan to use the core of winuae in the future, but no release date for now.