-
Notifications
You must be signed in to change notification settings - Fork 1
/
READ.MII
87 lines (69 loc) · 3.52 KB
/
READ.MII
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
76
77
78
79
80
81
82
83
84
85
86
87
/************************************************************
* GxGeo *
* by Blizzo *
************************************************************/
-[ INTRO ]-
Home Page: http://blizzo.co.uk/gxgeo
Download: http://code.google.com/p/gxgeo/downloads/list
Source: http://code.google.com/p/gxgeo/source/checkout
-[ THANKS TO ]-
Pepone for gngeo & testing :D
djdynamite for testing :]
softdev for GX scaling stuff :)
-[ INSTALLATION ]-
Extract the zip on to your SD card :
/sd/apps/gxgeo
/sd/gxgeo/conf
/sd/gxgeo/romrc
/sd/gxgeo/roms
/sd/gxgeo/save
The romrc contains information about ROM sets, if you only
put the .rc files for the ROMs you have in that folder gxgeo
will load faster :)
Your ROMs (zipped) and BIOS (unzipped) files should go in /sd/gxgeo/roms
|---------------------------------------------------------|
| FILE NAME (Required) || AKA** || CRC32 |
|-------------------------------------------||------------|
| 000-lo.lo || ng-lo.rom || E09E253C |
| sfix.sfx || ng-sfix.rom || 354029FC |
|---------------------------------------------------------|
| COUNTRY FILES (Atleast one required) |
|---------------------------------------------------------|
| usa_2slt.bin (USA) || neo-geo.rom || E72943DE |
| vs-bios.rom (Japan) || neo-geo.rom || F0E8F27D |
| asia-s3.rom (Asia) || neo-geo.rom || 91B64BE3 |
| sp-s2.sp1 (Europe) || neo-geo.rom || C7F2FA45 |
|---------------------------------------------------------|
| SYSTEM FILES (Optional) |
|---------------------------------------------------------|
| aes-bios.bin (A.E.S) || || UNTESTED |
| uni-bios.rom (UniBIOS) || || 27664EB5 |
|---------------------------------------------------------|
**Some times the files have different names, so you have to
rename them to match the names on the left.
-[ CONTROLS ]-
You can use any of the following:
Wiimote sideways
Wiimote + Nunchuck
Classic Controller
Gamecube Controller
The quit button returns you to the ROM list.
If you have GameCube controllers plugged in they will be used in
preference over any Wii Remotes that are connected.
|------------------------------------------------------|
| NeoGeo || Wiimote | Wiimote | Classic | GC PAD |
| || Sideways | Nunchuck | Controller | |
|------------------------------------------------------|
| A || 1 | A | A | B |
| B || 2 | B | B | A |
| C || A | Z | X | X |
| D || B | C | Y | Y |
| UP || UP | UP | UP | UP |
| DOWN || DOWN | DOWN | DOWN | DOWN |
| LEFT || LEFT | LEFT | LEFT | LEFT |
| RIGHT || RIGHT | RIGHT | RIGHT | RIGHT |
| COIN || MINUS | MINUS | MINUS | Z |
| START || PLUS | PLUS | PLUS | START |
|--------||----------|----------|------------|---------|
| QUIT || HOME | HOME | HOME | LT + RT |
|------------------------------------------------------|