WiiRd forum

Off-topic => Off-topic => Topic started by: Ozelot on October 12, 2009, 04:14:43 AM

Title: WiiRD GUI Update? Optimized for WiiWare and VC games?
Post by: Ozelot on October 12, 2009, 04:14:43 AM
an update is coming soon? Optimized for Wiiware/VC games?

WiiRD shows only 32-bit addresses. Most Wiiware and Virtual Console games are in 8Bit.
the search function finds incorrectly Values and I need the most work with the memory viewer Undecided
or new Memory Viewer Option, Show 8, 16 or 32Bit or a special Option for Wiiware and Visual Console Games.
Title: Re: WiiRD GUI Update? Optimized for WiiWare and VC games?
Post by: Link on October 12, 2009, 05:35:03 AM
Quote from: Ozelot on October 12, 2009, 04:14:43 AM
an update is coming soon? Optimized for Wiiware/VC games?

WiiRD shows only 32-bit addresses. Most Wiiware and Virtual Console games are in 8Bit.

Technically they are not.. the Wii is a 32 bit platform and as long as WiiRd is running in native Wii mode, it cannot switch to true 8 bit or 16 bit because it uses the Wii PowerPC commands to access the memory. However, there shouldn't be too much of trouble finding values, as you can switch WiiRd to 8 bit addresses.. WiiRd does not support unaligned addresses but seeing the powerPC platform does not support these at all, I wouldn't know how emulators behave.. in my test emulators did work arounds by simply reserving 32 bit addresses and extending the internal memory.