Using with PAL

PAL Development Precautions

Return the Y-scale to 1.0 in the PreNMI Routine

Since a normal image will not be displayed if an NMI occurs while the Y-scale is a value other than 1.0, when the Y-scale has been changed, please be sure to return the Y-scale to 1.0 in the PRENMI routine (executed osViSetYScale(1.0)). This is not limited to PAL, but since Y-scale changes are used often with PAL, a great deal of care is required. This pattern is the most frequent cause of failures for PAL software in the lot checks at the Uji Plant.

Using osTVType to Check the Television System Format

Please design the game program so that it won't execute normally when an unexpected television system format is detected by osTvType. Design the program to either go into an infinite loop or display a message indicating a system error. Please do not design the game program to execute normally for both regional Television reception system formats by implementing a routine that auto-detects which reception system format is used. For more details, see N64 Programming Caution 5-2.