Mario Golf: Toadstool Tour: Difference between revisions

Line 29: Line 29:
The Widescreen Hack has minor clipping issues that can be fixed with a Gecko Code.
The Widescreen Hack has minor clipping issues that can be fixed with a Gecko Code.


==== NTSC-U ====
==== NA ====
<pre>$16:9 Widescreen
<pre>$16:9 Widescreen
0426C7F8 3FCFDF3B
0426C7F8 3FCFDF3B
Line 79: Line 79:
</pre>
</pre>


==== PAL ====
==== EU ====
<pre>$16:9 Widescreen
<pre>$16:9 Widescreen
042EB2D8 3FCFDF3B
042EB2D8 3FCFDF3B
Line 87: Line 87:
</pre>
</pre>


=== 60Hz Gecko Codes ===
=== 60Hz PAL ===
===== PAL[http://www.gc-forever.com/forums/viewtopic.php?f=38&t=2188] =====
In the PAL-Version the 60Hz mode cannot be activated at startup. Use this Gecko code to force the 60Hz mode.  
<pre>$Enable 60Hz Mode [Ralf]
<pre>$60Hz
0416A434 00000014
0416A434 00000014
0216A43C 000001C0
0216A43C 000001C0
0216A440 00000010
0216A440 00000010
0216A444 000001C0</pre>
0216A444 000001C0
</pre>


== Configuration ==
== Configuration ==