-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.WII
88 lines (60 loc) · 3.13 KB
/
README.WII
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
88
_ _
/ \_/ \ ___ _ ____
\ /___ ___ / || | __ / \ ____
\ // || \ / || | \ \\ \_// \
/ // || // _ || |__\ \\ \ __/
\_// _ || \\_/ \_||______/ \ \\ \__
\_/ \_||___/ \____/ \____\
Yet Another Buggy And Uncomplete Saturn Emulator
_________________________________________
Copyright (c) 2002-2009 Yabause team
1) Special Notice...........................................21
2) Compiling instructions...................................28
3) How to use Yabause.......................................50
4) Contact information......................................55
5) Disclaimer...............................................71
1 Special Notice______________________________________________
Please note that the Wii port is in alpha status, and won't be
officially supported until a later date. If you would like to
contribute, please contact us(see the contact information
section in README).
2 Compiling instructions______________________________________
Yabause is written in C using the devkitPro packages. You can
download it from:
http://www.devkitpro.org
Once this is installed, you should be ready to install Yabause.
To compile, either use the Makefile.wii file in the src
subdirectory to compile it(e.g. make -f Makefile.wii) or you can
use configure in the main directory as follows:
./configure --build=i686-pc-linux-gnu --host=powerpc-gekko
Once that's done, type "make". It should now take some time to
compile so go grab yourself a sandwich or beer - whatever suits
your fancy and it should be done in a few minutes. You should
now have a file called "yabause.elf". Now all you have to do is
load it on your Wii(which is something we won't cover here).
3 How to use Yabause__________________________________________
To be finished later.
4 Contact information_________________________________________
General inquiries should go to:
E-mail: [email protected]
E-mail: [email protected]
Windows Port-related inquiries should go to:
E-mail: [email protected]
Web: http://yabause.org
Please don't ask for roms, bios files or any other copyrighted
stuff. Please use the forum when you have any questions if
possible.
5 Disclaimer__________________________________________________
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.
This program is distributed in the hope that it will be
useful,but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public
License along with this program; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301 USA
See the GNU General Public License details in COPYING.