Wii News
QUASI88 v0.6.3 (Alpha 4) (NEC PC-8801 emu for Wii)

Rako has updated his NEC PC-8801 emulator QUASI88.

Changes:

* Adjust recent libralies
* Support play by wiiremote
* Save configurations

Thanks to http://www.tehskeen.com/forums/showthread.php?threadid=14680 for the news.

http://wiibrew.org/wiki/QUASI88

By with 0 comments
Gecko OS v1.9.3 (RC) (Wii Application)

Gecko OS (formerly Gecko Region Free) lets you load Wii games from other regions.

Changes:

I have made some small modifications and fixes to the Gecko OS code, if you have System Menu 4.2 then please try this and let me know if there are any issues

http://wiird.l0nk.org/forum/index.php/topic,4375.0.html

By with 0 comments
Sand Traps v2.01 (Wii Game)

Sand Traps by Uffe Flarup is an original puzzle game for Nintendo Wii. The objective of the game is to tilt the board using your wiimote, in order to guide the sand towards the green exit.

Changes:

Eliminated possible duplicate/non-working map entries in main menu
Updated to version 4.1.0 of GRRLIB

http://wiibrew.org/wiki/Sand_Traps

By with 0 comments
libWIT r51 (Wii misc)

WIT, the Wii Interface Toolkit, is an event-driven C++-based development toolkit intended for Wii software development.

The intent of WIT is to encapsulate most of the mundane details of the Wii platform behind a consistent programming interface while remaining relatively lightweight. The Wii Remote and Nunchuk, the Classic Controller, GameCube controllers, and the Guitar Hero 3 controller are all managed through the same event system, allowing all forms of input to be handled consistently without requiring the developer to write separate code for each controller type. The Balance Board accessory is also supported. WIT’s design is inclusive, allowing the developer to use native API calls and third-party libraries without restriction or interference.

A secondary goal is to be the most thoroughly documented homebrew library available. Every constant, function, and class exposed by the WIT API is fully documented.

The current implementation of WIT is based on libOGC, but the toolkit API is backend-independent and should be readily portable to the official WiiWare SDK; likewise, a desktop-based Wii simulator using native graphics and input backends (perhaps through wiiuse or simulating the Wii Remote with a mouse) would be possible.

http://wiibrew.org/wiki/Wit

By with 0 comments
Pimp My Wii v1.1 (Wii Application)

Pimp My Wii is an app that will install missing and outdated titles to your Wii console. The program will detect missing or outdated IOSes and check that you have the latest version of the Wii System Menu. It also checks if you have the latest Wii Shop Channel. If you don’t have the latest versions of those titles, the program will download or read them from USB or SD, and install them. When using this program, you will have all advantages of 4.1 cumulated with those of 3.2, and this without drawbacks!

The program is automatically displayed in English or French depending of your Wii’s language. It is also compatible with NTSC-U, NTSC-J and PAL Wii consoles. (Korean Wii is theoretically compatible, but IOSes specific to this version will not be installed).

Changes:

Correcting a bug that made 3.3 and 3.4 Wii without any IOS containing Trucha Bug unable to downgrade IOS15.
Correcting a message about an outdated cIOS.
If Your IOS 249 is a stub (with a official 4.2 update), it will tell you that you don’t have any cIOS.
Another check to verify that the loading of the “best” IOS has worked.
Adding the new title id of HBC to verify that it has been installed.
Added IOS 70 and the update of every other IOS.
Still install 4.1, NOT 4.2.
Updated the Wii Shop version to v17.
No more patch on IOS 61 to prevent problems with Wii Shop and to let Homebrew Channel use it (without upside down).
New stub verification based on size of IOS.
It now tell you which IOS are stub.
Internal improvement of the default choice for IOSes patches.
Let you navigate through the list of IOS with “minus” and “plus” (or Trigger L / R for GameCube pad).
Now detect if IOSes 30, 50 and 60 are stub (non usable) and install an older version (non stub, so usable) and replace the revision number inside. It may prevent brick if you install a lower System Menu without installing associated IOS (or if you downgrade your Wii then upgrade using a DVD of a game).
Now prevent installing System Menu 4.1 if your IOS 60 is a stub.
Downgrade of IOS 15 now works for Wii 4.2.
Added a description of each choice in the menu.
Added an “minimal installation” mode to just downgrade IOS 15 if necessary and patch IOS 36 to include the trucha bug inside.
Added an individual description on each IOS when asking for install.

http://wiibrew.org/wiki/Pimp_my_wii

By with 0 comments
ShowMiiWads v1.0b (Wii Application misc)

ShowMiiWads is a ‘Wad File Manager’ for Windows. It displays information about wad files, edits them and give a preview of the Banner and Icon. New in this Version is the included NAND Backup Browser ‘ShowMiiNand’ which displays all titles installed in your NAND Backup (No BootMii Backups!).

Changes:

Fixed a bug where every entry was added multiple times in ShowMiiNand
Fixed VC / WiiWare detection (Thanks to giantpune for the hint!)
Added auto updatecheck at startup

http://wiibrew.org/wiki/ShowMiiWads

By with 0 comments
libogc v1.8.0 (Wii misc)

libogc is a collection of low-level libraries for the GameCube and Wii. This collection of libraries was originally written by shagkur for the GameCube and has been developed over the past 6 years.

Changes:

Fixed AA video mode support
DI bugfixes
SDHC fix for IOS 60 and greater
tinysmb – added keepalive, automatic SMB reconnection, non-blocking sockets, DNS lookup, port 139 support,anonymous passwords and share-level security support
USB storage bug fixes
MEM2 sbrk patch (extends memory into MEM2 when MEM1 exhausted)
Added ISO 9660 DVD devoptab
Added Wiimote battery level support to WPAD
Basic Wiimote speaker support
Added USB HID support
Added USB keyboard & mouse support
Added SD Gecko SDHC support
Fixed TLUT loading
IOS no longer reloaded on start, this should be done by the loader (HBC does this already)
Quit back to Wii menu on exit() if HBC reload stub signature not found.

Homepage: http://www.devkitpro.org/

http://wiibrew.org/wiki/Libogc

By with 0 comments
DevkitPPC (Release 18) (Wii misc)

devkitPPC is a port of the GNU Compiler Collection (GCC) and includes a C (gcc) and C++ compiler (g++), a debugger (gdb) and associated utilities, with the architecture “powerpc-eabi”. It also includes standard C libraries based on newlib, which is specifically designed for embedded systems. Compilers and libraries are also included for the MN10200, the Matsushita (Panasonic) chip used in the Wii DVD controller. It is designed to be used in conjunction with libogc, a collection of Wii-specific low-level libraries.

Instructions for setting up the system are available for Windows, Mac OSX and Linux. Additional information and download links can be found at the devkitPro website.

Changes:

Update gcc to 4.4.1
Update newlib to 1.17.1 – please note this is not an official newlib release, just a snapshot we used to obtain some requested functions.
Update to gdb 7.0
wiiload is now version 0.5, this will require the latest version of the homebrew channel in order to upload code.
filesystem IO now defaults to unbuffered meaning that the full length requested on read/write is passed to the devoptab pseudo device drivers.
The powerpc-gekko prefix has now been replaced with the more standard powerpc-eabi, this will allow portable autotools based libraries to build OOB for devkitPPC. Users of the template projects will be unaffected.

http://wiibrew.org/wiki/DevkitPPC

By with 0 comments
SDL Wii (09-10-2009) (Wii misc)

A new version of SDL Wii has been released, compatible with the latest devkitPPC/libogc.

Simple DirectMedia Layer (SDL) is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, and video. It is used by MPEG playback software, emulators, and many popular games. SDL is written in C, but works with C++ natively.

SDL support on Wii is currently incomplete. Although SDL is useable, you will likely experience problems until this is rectified. Please contribute any improvements you make to the SDL Wii SVN.

http://wiibrew.org/wiki/SDL_Wii

By with 0 comments
StartPatch v4.2.2 (Wii Application)

StartPatch is a homebrew application that patches your System Menu v4.0, v4.1, or v4.2 in a similar fashion as StarFall. It is based upon Menu Patcher by Isaac356.

Features:

Disable HAXX, DVDX, RZDx Checks – Disables the System Menu from blocking Homebrew.
Block Disc Updates – Blocks updates, which have been embedded in Discs.
Block Online Updates – Prevents online updates being installed.
Force WiFi Connection Test Error – Forces a WiFi Connection Test Error.
Region Free Channels – Allow installation of any region Channels.
Region Free GC Games No VM Patch – Removes region restrictions on Gamecube games.
Remove NoCopy Protection (Need To Install ALL Five) – Removes the Save File Copy Protection, which prevents Save Files from being copied to SD Cards.
Move Disc Channel – Enables the Disc Channel to be moved.
No Menu BG Music – Removes the System Menu’s background music.
Recovery Mode 4th GC DPad UP (Need To Install BOTH) – Allows you to enter the Wii’s Recovery Mode easily.
Remove Diag Disc Check – Remove Diagnostic Disc check.
Auto-Press A At Health Screen – Automatically presses “A” for you at the Health Screen.
Replace Health Screen With Black – Instead of seeing the Health Screen, it shows a black screen.
Force Disc To Use IOS249 – Forces Discs to use IOS249.

http://wiibrew.org/wiki/StartPatch

By with 0 comments