Thursday, May 15, 2008

FCEUGx News

Okay, since FCEU v1.0.9 was set out in the wild, I've resolved some bugs, added some features, etc. You know, all the usual stuff to make it better and betterer.

First, was a bit of a show stopper, as the emulator didn't even load the files you attempted to load. It went through the motions, but didn't quite finish. So, that was the first thing I had to fix (r8).
Then I found that ZIP reading files from the DVD (in Gamecube mode) wasn't quite working. So I had to quash that bug (r9). To round out the first round of fixes, I borrowed the memory card mounting routine from Crunchy2's Snes9xGx v2.0.1b8 (r10). Hopefully that will help many people that had trouble using their memory cards. If not, remove and reinsert your card and try again.

After a bit of a break to solve Zelda again, I continued to port some of the changes I made to Snes9xGX to this emulator. The list of changes include WiiSD support (r12, r13, r14, r16), a potential fix for those EU folks who need the video to be set to 60Hz (r15), work on easing translation to other languages (r19, r20, r21, volunteer translators needed, by the way), and bringing the VFAT library to the WiiSD card for long filenames.

The last thing I have worked on has been an effort to save and load the various settings in the emulator to any of the devices. For now, when the emulator first starts, it will attempt to load the settings from SD Gecko in Slot A for Gamecube mode or the WiiSD in Wii mode.

That catches me up with the present. The DevkitPro folks have been working towards a newer release of the devkit and libOGC with better Wiimote and WiiSD support. I hope to have one more release of these two emulators before that so I can dedicate more time to added these new features.

Sunday, May 11, 2008

Snes9xGx News

I wanted to post an update to my work on the Snes9x and FCEU emulators for the Wii/Gamecube. First, I'll go over what's been changed in Snes9xGx.

Since Snes9xGx v0.1.1 was released, I fixed some simple oversights in my code. For instance, when you choose to save SRAM or save states to to a GC Memory Card, you shouldn't really be able to choose the WiiSD as your slot (r38).

Then I implemented some crude work to make translating various phrases in the emulator into languages besides English (r41 and r49). I have some documentation on it at the project's main page. With help from other users, we can provide the emulator in Spanish, German, and Dutch. Speaking of documentation, if anyone out there want to lend a hand, just drop me a line. Any help is much appreciated.

The last big update I did was importing the VFAT library from eke-eke's GenPlus project to Snes9x (r62). So, now you can view the long filenames for ROMs in the WiiSD slot. This library only supports reading, so writing (ie SRAM or save states) are still limited to the 8.3 filename format.

Askot has been working a few things for the emulator as well. He finished up the code to automatically save and load the SRAM (r64). The way it works now is it will load the SRAM after you load a ROM image. Then it will save the SRAM (if the game uses it) when you exit the emulator and return to the main menu. It uses the currently chosen device and slot from the save manager menus. You may want to go into those menus and assign the proper device, then hit B (or select "Return to Previous"), before loading the ROM.

That wraps up this update. There is a lot more work to do, of course. A number of people have coded in some support for the Wiimote and Classic Controller. I need to review some of them, and come up with the best way to implement them. I want a better controller configuration screen for selecting what device and buttons you want to use, which will take quite a bit of work. Hopefully I'll get to it one day soon...