///////////////////////////////////////////////
// Stella atari 2600 emulator for Wii/GameCube
///////////////////////////////////////////////
Introduction:
--------------
This project is based on the atari 2600 opensource emulator called stella. You can find the original sources on its sourceforge page:
http://sourceforge.net/project/showf...group_id=41847
This version uses the same sources than the original, there are only some changes on the button mapping, in order to use with the gamecube gamepad. It uses gc-linux to run on a gamecube/wii, and the SDL libraries for this system. It will boot using the ARAM filesystem method
You can find the latest version of this project on its official forum here:
http://www.nacionarcade.net/foro/ind...ic=186.msg1678
What you need:
--------------
- A console ready to run homebrew
- SDCard-adapter
- SDCard
Installation:
--------------
- Copy the files stellagc.dol, aramfs.dol and the directory "stella" to the root of yout SDCard.
- Put the SDCard on it SDCard adapter, and put it on the wii/Gamecube
- Launch the file "stellagc.dol", using your favourite method of loading homebrew
Instructions:
-------------
Here is the button relation between the gc-pad and the keyboard:
[START]: Enter
[Z]: Escape
[L]: Tabulator
[Analog/digital pad]: Arrows
Thanks to
----------
- The gc-linux team for their effort in porting linux to the gamecube
- The stella team, for their great emulator