In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "User:Gannon/memView"

From WiiBrew
Jump to navigation Jump to search
m
 
(5 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
| license    =  
 
| license    =  
 
| author      = [[User:Gannon|Gannon]]
 
| author      = [[User:Gannon|Gannon]]
| version    = 0.1a
+
| version    = 0.2a
 
| download    = Media:MemView.zip
 
| download    = Media:MemView.zip
| source      = Media:MemView.zip
+
| source      = included
 
| website    =  
 
| website    =  
| peripherals = {{Wiimote}}
+
| peripherals = {{Wiimote}} {{SensorBar}}
 
}}
 
}}
 
== memView ==
 
== memView ==
Just something I wrote so I can browse through the Wii's memory. I'm not sure if I'm even doing it right, but it works I think. If anyone knows more I'd welcome any modifications. It uses GRRLib because the font is much more legible on my TV than the console font is.
+
Just something I wrote so I can browse through the Wii's memory. I'm not sure if I'm even doing it right, but it works I think. If anyone knows more I'd welcome any modifications. It uses [[GRRLIB]] because the font is much more legible on my TV than the console font is.
 +
 
 
Source is included with the binary file.
 
Source is included with the binary file.
  
Line 21: Line 22:
  
 
[[Category:Homebrew in Development]]
 
[[Category:Homebrew in Development]]
 +
[[Category:Homebrew using GRRLib]]

Latest revision as of 00:54, 4 November 2009

memView
General
Author(s)Gannon
TypeUtility
Version0.2a
Links
Download
Source Included
Peripherals
Wiimote.svg SensorBar.svg

memView

Just something I wrote so I can browse through the Wii's memory. I'm not sure if I'm even doing it right, but it works I think. If anyone knows more I'd welcome any modifications. It uses GRRLIB because the font is much more legible on my TV than the console font is.

Source is included with the binary file.

Version History

0.2a: Shows 140 values per page. Use the wiimote to point at a value to get its address and the ascii representation of the value. Page now shows the address range at the bottom.

0.1a: First release. Showed 40 addresses and values per page.