Wii News
Wii NAND Dumper v1 (Wii Application)

readme.txt:

REQUERIMENTS:
– SD Gecko
– A way to load homebrew

HOW TO USE:
1. Insert the SD Gecko in Slot A.
2. Insert a SD card with at least 512 MB of free space.
3. Run the application and wait until it finishes.

NOTES:
The dumped NAND is encrypted. To decrypt it is needed the
console’s NAND key (do not ask how to get it).

KUDOS:
Greetings to #wiidev @ EFnet and ElOtroLado.net.

http://wii.waninkoko.info/

By with 0 comments
TCP Loader (Wii Application)

Svpe has been using the recent developments of the socket interface and have created a loader that loads stuff over TCP.

It is a TCP server running on the Wii that listens on port 8080 by default that will run any binary that is sent to it. Both DOL and ELF executables is supported. There is no IP address display in the Wii part, yet.

http://wiibrew.org/index.php?title=Homebrew_apps/TCP_Loader

By with 0 comments
Rin Wii (07-04-2008) (GBC emu for Wii)

Mr. Mirakichi has updated RIN for Nintendo’s Wii. RIN is a
Gameboy and Gameboy Color emulator for the Wii, based upon TGB Dual.

Video in action: https://www.youtube.com/watch?v=Ui1saRoUur4

Lot’s of free and legal GBC roms to try: //files/gameboy/

http://mirakichi.hp.infoseek.co.jp/software/RIN_Wii.html

By with 0 comments
MFE-Wii (Wii Application)

MFE-Wii for Wii, using WII-Linux 8/4/2008. This project is based on the MFE opensource media player for GC-Linux.

Install:

– Copy the files mfe-wii.elf and the whole directory “mfe” (including mfe-fs.bz2) to the root of yout SDCard.

– Copy the “.avi” files that you want to play onto your sdcard (in any directory)

– Put the SDCard in the wii’s front sdcard reader

– Connect the gamecube pad

– Launch the file “mfe-wii.elf”, using your favourite method of loading homebrew.

http://wiibrew.org/index.php?title=Homebrew_apps/Wii_MFE_Port

By with 0 comments
Wii Duplicated Channel Remover v2 (Wii Application)

When this utility is booted, it looks for and deletes duplicate Wii Channels, such as the ones you may get from booting a Wii game title from another region and installing an out of region update (for example, Japanese or European Weather and News Channels on a US Wii).

** Use only the version meant for your region, or you will accidentally delete the channels from your Wii’s native region. **

http://wii.waninkoko.info/

By with 0 comments
Tile Lister (Wii Application)

Tile Lister displays contents of Wii NAND flash FS.

http://wiibrew.org/index.php?title=Homebrew_Apps/Title_Lister

By with 0 comments
Wii Homebrew Launcher (07-04-2008) (Wii Application)

Wii Homebrew Launcher is an interface similar to that of the wii menu. It allows you to start homebrew stored on your SD-card in the wii front sd slot. Each program is represented by its own customizable “channel”.

http://wiibrew.org/index.php?title=Homebrew_apps/Wii_Homebrew_Launcher

By with 0 comments
Wii Proof of Concept Linux v0.3 (Wii misc)

The Wii Proof of Concept Linux mini-distro is a small Linux OS for the Wii, based on GC Linux.

http://wiibrew.org/index.php?title=Homebrew_apps/Wii_Proof_of_Concept_Linux

By with 0 comments
ScummVM Wii (Test Release 2) (Wii misc)

ScummVM is currently beeing ported Nintendo’s Wii. This is an early test version.

Changes:

i fixed the palette bug in the “test2” version – i hope 😉

http://wiibrew.org/index.php?title=Talk:Homebrew_apps/ScummVM

By with 0 comments
GX RGB Renderer Library v1.0 (Wii misc)

GX RGB Renderer Library is a library for Nintendo’s Wii.

It supports the following functions as of v1.0:

coded by NoNameNo
void GRRLIB_FillScreen(u16 color);
void GRRLIB_PutPixel(int x,int y, u16 color);
void GRRLIB_Line(short int x1, short int y1, short int x2, short int y2, u16 color);
u16 GRRLIB_Conv888_565(u32 colorin);
unsigned GRRLIB_Rand(unsigned long MAX);

coded by uschghost
void GRRLIB_DrawImg(int xpos, int ypos, int width, int high, const u16 data[]);
void GRRLIB_DrawTile(int xpos, int ypos, unsigned short width, unsigned short high, const u16 data[], int frame);
void GRRLIB_DrawMap(int xsize, int ysize, int map[],const u16 tdata[] ,int tsize,int scrollx, int scrolly);

coded by dhewg
void GRRLIB_InitVideo ();
void GRRLIB_Start();
void GRRLIB_Render();

http://wiibrew.org/index.php?title=Homebrew_apps/GRRLIB

By with 0 comments