News

Yabause Wii (02-06-2009) (Saturn emu for Wii)

Yabause Wii is a Sega Saturn emulator for Wii and is the first of its kind as emulating the complex processes of the Sega Saturn is much harder then it looks and now even harder to run it on the limited hardware of the Wii.

Yabause Wii can now run a small number of commercial games at usable speeds (5-10fps) were it is still possible to play the game.

Thanks to http://www.nintendomax.com for the news.

By · 0 comments
X and O v1.0 (Wii Game)

X and O is a Tic-Tac-Toe game for the Nintendo Wii. It was programmed in C++ using devkitPro along with GRRLIB. It’s main purpose isn’t only for fun, but for letting others learn from the source. Every line is commented to help readers know what’s happening.

By · 0 comments
Remote Touch DS WIP (NDS misc)

Remote Touch DS; mouse and keyboard from your DS!

Quote from Tobias:

thought I would post a little about my personal project. Basically this project is a project connected to my Computer Science degree, but I thought I would post it on here as well, and maybe you guys would be interested in testing it and using it. As I said it is just a personal project made to explore what is possible with the DS and should not considered as a very useful application – just for the fun of it 😉

I am going to release it soon, but it’s not quite ready yet.

By · 0 comments
PALib (01-06-2009) (NDS misc)

A new beta release of PALib is here, it’s a programming library useful for mostly game coders.

Changes:

[PAlib] Compiled with DevKitARM R26 and libnds 1.3.4
[RTC] Real Time Clock fixed. time() and gmtime() is used now
[RTC] Instead of printing out the years that passed since 2000 i.e. 09 for this year, PA_RTC.year now is set to the absolute year 2009
[RTC] PA_RTC.FPS also works now that RTC is fixed
[3D Sprites] Added some fixes for 3D Sprites; Deleting 16bit sprites should work now (Thanks to Rodrigo Roman)
[Examples] Removed PAFS examples

By · 0 comments
Escape from Minos (Wiz Fenix Game)

This is an endless game. The goal is to flee, find lost treasures and collect the diamonds that appear in the bonus stages. These stages appear every five labyrinths. To escape from each labyrinth you need a key. When you’re near, you’ll hear how Theseus’ heart rate accelerates.

The rating takes in consideration first the number of treasures (the more treasures, the highest the record), and second, the number of diamonds (at same number of treasures, the more diamonds the better), and third, the number of mazes (at same number of treasures and diamonds, the more mazes will be higher in the classification).

By · 0 comments