=========================================================================== NINTENDO Revolution SDK 3.1 patch 4 February 27, 2008 =========================================================================== Table of Contents - Introduction - Cautions - License Information - Revision History - System Requirements - Installation Procedure - Differences from the Dolphin SDK - Currently Known Bugs - File List ======================================================================= Introduction ======================================================================= This is the Revolution SDK Version 3.1 Patch 4. This patch is a cumulative patch. It includes the contents of all patches up to the present. To use this patch, overwrite the SDK 3.1 directory. For details about what has changed, read man/en_US/ReleaseNote.html. ======================================================================= Precautions ======================================================================= ----------------------------------------------------------------------- You must choose firmware according to its usage. ----------------------------------------------------------------------- With the SDK 3.1 patch onward, you must select the firmware that is appropriate for the title being developed from two types: "extended firmware" (former name: "firmware for titles with network support") and "standard firmware" (former name: "firmware for titles without network support"). Specifically, all titles that use Revolution SDK Extensions and Revolution DWC must use the extended firmware. Other titles should use the standard firmware. The versions of the firmware that correspond to each are shown below. Standard firmware: 33.4.16 Extended firmware: 35.4.16 To select the firmware, use the setfirmware script included in this package. For details, refer to the "setfirmware" section (Tools > Settings Scripts > setfirmware) in the SDK Reference Manual. In addition, the ndrun_prechecker script is available to check that appropriate firmware is used at startup time by the .elf file passed as an argument when ndrun is executed. For details, refer to the "ndrun_prechecker" section (Tools > Settings Scripts > ndrun_prechecker) in the SDK Reference Manual. In particular, if you are using the CodeWarrior IDE, you must configure it so that the script window is displayed. The "Precautions" part of the aforementioned "ndrun_prechecker" section describes how to configure this. This feature is enabled by installing version 071002 or later of the NDEV software package. When each of these settings scripts is used, some items require caution. Be sure to read over the reference manual once for each settings script. ----------------------------------------------------------------------- Running in the Wii Menu ----------------------------------------------------------------------- Programs created using this SDK are expected to run in the Wii Menu of the version noted below or later. Wii Menu: 3.0 Abnormal behavior may occur in systems whose version is earlier than the one above. ======================================================================= License Information: ======================================================================= - The following files are found in this SDK: /dvddata/axdemo/synth/GM16.DLS: DLS file made by Roland /dvddata/axdemo/synth/gm16adpcm.pcm: GM16.DLS data converted for use with Wii (audio source files, ADPCM version) /dvddata/axdemo/synth/gm16adpcm.wt: GM16.DLS data converted for use with Wii (table files, ADPCM version) /dvddata/axdemo/synth/gm16pcm.pcm: GM16.DLS data converted for use with Wii (audio source files, PCM version) /dvddata/axdemo/synth/gm16pcm.wt: GM16.DLS data converted for use with Wii (table files, PCM version) To use all or part of the data from an application, you must comply with an end-user license agreement with Roland. The end-user license agreement is found in the following directory: /docs/en_US/License/Roland/Roland END-USER LICENSE AGREEMENT.pdf Contact information may be found in the following file. /docs/en_US/License/Roland/Roland_contact_info.txt Please read this agreement before using the data. - The audio library of this SDK supports Dolby Surround and Dolby Pro Logic II To use these features in a game, you must have a license agreement with Dolby. Please read the following file before using these features: /docs/en_US/License/Dolby/DPL2_for_Wii.pdf ======================================================================= Revision History ======================================================================= For the revision history of this release, see man/en_US/ReleaseNote.html. ======================================================================= System Requirements ======================================================================= For details on system requirements for the Revolution SDK, see RVL_QuickStartGuide.pdf. Three USB ports are required to connect to a PC. (Although two ports are specified in some manuals, three USB ports are now required.) This version of the SDK only supports the commercial release versions of NDEV. Whenever possible, use the NDEV software package version 071002 or later. ======================================================================= Installation Procedure ======================================================================= Install two types of firmware: one for titles with network support (35.4.16), and the other - without (33.4.16). 1. Overwrite the SDK directory with this patch package. 2. Before running any sample demos or other executable files, be absolutely certain to update the NDEV firmware according to the procedure given below. In a typical environment, the update program is executed by starting the Bourne-again shell (bash) and entering "fwupdate35_4_16_xx". (For xx, enter "jp", "us", or "eu".) If the environment is customized or if things do not go smoothly using the method described above, go to the RVL_SDK/RVL/bin/tools directory and run "ODEM -r -l swupdate35_4_16_xx.gcm". (For xx, enter "jp", "us", or "eu".) Once the update is complete, the message "SWUpdate Successful" will appear on screen, and the NDEV firmware will be updated to Firmware 33.4.16, Firmware 35.4.16, and DEVKIT BOOT PROGRAM v1.15. The DEVKIT BOOT PROGRAM v1.15 uses Firmware 35.4.16 to start, but this does not affect the operation of titles that do not have network support. If the versions are already higher than these, "Import: *** ...failed" will be displayed and the update will fail, but you can continue without any problems. ======================================================================= Differences from the Dolphin SDK: ======================================================================= - The path to Revolution SDK is specified with the environment variable REVOLUTION_SDK_ROOT - The header file is placed in the following directory: $(REVOLUTION_SDK_ROOT)/include/revolution/ - The build target is RVL (This was HW2 for the Nintendo GameCube SDK.)) - The run-time library is compiled using CodeWarrior 3.0 Alpha 5 Patch 2 ======================================================================= Currently Known Bugs: ======================================================================= ----------------------------------------------------------------------- [GX] Command processor hardware bug A bug in the graphics hardware command processor (CP) was caused by a difference in internal processing timing, compared with Nintendo GameCube. Since this bug is treated within the library, no special response is required for applications as long as they perform rendering using the GX library. However, note the following points when creating original display lists using the GD library or other means. This bug occurs when a command that corresponds to the register type CP (as described in the function reference About GX States) is sent immediately before drawing a primitive with a function such as GXBegin(). Therefore, if you need to set a CP command immediately before drawing primitives, be absolutely sure to include at least one GX_NOP (0x00) after the CP command. This bug will not be corrected in hardware in the final product. ----------------------------------------------------------------------- [HIO2] Transfer directions in the dual and multi demos of hio2demo The dual demo of hio2demo carries out communication using separate channels: EXI0 for communication from NDEV to PC, and MrEXI for communication from PC to NDEV. However, transfers using EXI0 are not supported on the current hardware, so only unidirectional communication from PC to NDEV works. Although the multi demo is designed for multiple NDEV consoles connected to a single PC, operations are currently not verified when multiple NDEV units are connected. When one NDEV is connected, specifications state to use EXI0 from PC to NDEV, and MrEXI from NDEV to PC, in the opposite manner from dual mode. However, for the same reasons as described above, only unidirectional communication from NDEV to PC works. ----------------------------------------------------------------------- [VI] MPAL display is not supported. Current system does not support display of MPAL. Release date is undecided. ----------------------------------------------------------------------- [VI] A bug in the screen burn-in protection during the execution of OSFatal When OSFatal runs while the screen burn-in protection feature is running, OSFatal runs without recovering from the burn-in protection state (the screen stays dark). Normally, OSFatal displays an error message and stops the system. Currently, however, that error message is displayed while the burn-in protection is still running. ----------------------------------------------------------------------- [WPAD] Problem with speaker playback simultaneous with WPADControlDpd When speaker sound is played back while starting the pointer with the WPADControlDpd function, the beginning portion of audio will not play back due to the operation of pointer startup. Before beginning sound playback, wait a short time after pointer startup. This issue has not yet been addressed. ----------------------------------------------------------------------- [OS] Broadway floating-point calculation mode REVOLUTION OS uses a non-IEEE mode for floating-point calculations. Calculation result is converted to 0 if it returns an IEEE754-format, non-normalized number. ----------------------------------------------------------------------- [CW] A link error occurs when building with CodeWarrior IDE In default projects up to CodeWarrior Alpha5 patch2, the esp library was not linked by default. Drag and drop to add the library to the projects. This will be fixed in the next release of CW. ----------------------------------------------------------------------- [DVD] DVD fatal errors occur when a disc is repeatedly ejected and inserted during disc reading It has been reported that DVD fatal errors occur when a disc is repeatedly ejected and inserted during disc reading on the RVT-R READER and Wii console. This problem is currently under investigation. Because it is impossible to avoid this problem from the application side, there are no specific workarounds. ----------------------------------------------------------------------- [REL/RSO] I get a warning while running the make demo. While running the make demo, the following warning is displayed with the creation of each plf: Example warning: ### mwldeppc.exe Linker Warning: # linker command file 'b.o' is missing from project. The warning is output because an unrelated object file is specified in partial.lcf. It has not yet been decided how or when this problem will be corrected, but the warning has no effect on operation. ----------------------------------------------------------------------- ======================================================================= File List ======================================================================= ========================== FILE LIST Patch 4 ========================== ./RVL/lib/esp.a ./RVL/lib/espD.a ./RVL/lib/os.a ./RVL/lib/osD.a ./X86/bin/setcountrycode ./X86/bin/setcountrycode.bat ./build/buildtools/commondefs ./build/buildtools/modulerules ./include/revolution/sdkver.h ./man/en_US/ReleaseNote.html ./man/en_US/a-z.html ./man/en_US/contents.html ./man/en_US/icons.html ./man/en_US/main.html ./man/en_US/os/Reset/OSLaunchManualViewer.html ./man/en_US/os/list.html ./man/en_US/os/toc.html ./readme-RVL_SDK-3_1-patch4.txt ========================== FILE LIST Patch 3 ========================== ./RVL/lib/gx.a ./RVL/lib/gxD.a ./RVL/lib/nand.a ./RVL/lib/nandD.a ./RVL/lib/os.a ./RVL/lib/osD.a ./RVL/lib/wpad.a ./RVL/lib/wpadD.a ./X86/bin/ndrun_fwlist ./X86/bin/ndrun_prechecker ./X86/bin/setcountrycode ./X86/bin/setcountrycode.bat ./build/demos/wpaddemo/src/dummy_checker.c ./build/demos/wpaddemo/src/full_mode.c ./build/demos/wpaddemo/src/sync.c ./build/demos/wpaddemo/src/wpad_axdemo.c ./build/demos/wpaddemo/src/wpad_seqdemo.c ./build/demos/wpaddemo/src/wpad_spdemo.c ./build/demos/wpaddemo/src/wpadsample.c ./include/revolution/os/OSReset.h ./include/revolution/sdkver.h ./include/revolution/wpad.h ./man/en_US/ReleaseNote.html ./man/en_US/icons.html ./man/en_US/main.html ./man/en_US/nand/NANDSetStatus.html ./man/en_US/nand/NANDSetStatusAsync.html ./man/en_US/os/Stopwatch/OSInitStopwatch.html ./man/en_US/os/Thread/OSCancelThread.html ./man/en_US/os/Thread/OSSleepSeconds.html ./man/en_US/tools/ndrun_prechecker.html ./man/en_US/wpad/WPADCLStatus.html ./man/en_US/wpad/WPADControlMotor.html ./man/en_US/wpad/WPADFSStatus.html ./man/en_US/wpad/WPADGetSpeakerVolume.html ./man/en_US/wpad/WPADIsMotorEnabled.html ./man/en_US/wpad/WPADRead.html ./man/en_US/wpad/WPADStatus.html ./man/en_US/wpad/WPADStatusEx.html ./man/en_US/wpad/intro.html ./man/en_US/wpad/list.html ./man/en_US/wpad/toc.html ./readme-RVL_SDK-3_1-patch3.txt ========================== FILE LIST Patch 2 ========================== ./X86/bin/ndrun_prechecker ./include/revolution/sdkver.h ./man/en_US/ReleaseNote.html ./man/en_US/icons.html ./man/en_US/main.html ./readme-RVL_SDK-3_1-patch2.txt ========================== FILE LIST Patch ========================== ./RVL/bin/tools/swupdate35_4_16_eu.gcm ./RVL/bin/tools/swupdate35_4_16_jp.gcm ./RVL/bin/tools/swupdate35_4_16_us.gcm ./RVL/boot/apploader.img ./RVL/boot/apploader33.img ./RVL/boot/apploader35.img ./RVL/lib/axart.a ./RVL/lib/axartD.a ./RVL/lib/fs.a ./RVL/lib/fsD.a ./RVL/lib/mix.a ./RVL/lib/mixD.a ./RVL/lib/os.a ./RVL/lib/osD.a ./RVL/lib/pad.a ./RVL/lib/padD.a ./RVL/lib/seq.a ./RVL/lib/seqD.a ./RVL/lib/syn.a ./RVL/lib/synD.a ./X86/bin/dat/0000000100000023.bin ./X86/bin/fwupdate35_4_16_eu ./X86/bin/fwupdate35_4_16_jp ./X86/bin/fwupdate35_4_16_us ./X86/bin/ndrun_fwlist ./X86/bin/ndrun_prechecker ./X86/bin/rvl.bin ./X86/bin/rvl.no.33.bin ./X86/bin/rvl.no.35.bin ./X86/bin/setfirmware ./build/demos/axdemo/src/axstream.c ./build/libraries/mix/src/mix.c ./build/libraries/seq/src/seq.c ./docs/en_US/Developer/Audio_Programmer's_Guide/AX_Applications.pdf ./docs/en_US/Developer/License/Dolby/DPL2_for_Wii.pdf ./dvddata/axdemo/stream/left.dsp ./dvddata/axdemo/stream/right.dsp ./include/revolution/axart.h ./include/revolution/sc.h ./include/revolution/sdkver.h ./man/en_US/ReleaseNote.html ./man/en_US/a-z.html ./man/en_US/ax/Initialization/AXQuit.html ./man/en_US/ax_applications/AX_Apps_API_Menu.html ./man/en_US/ax_applications/Articulator/AXARTAddArticulator.html ./man/en_US/ax_applications/Articulator/AXARTRemoveArticulator.html ./man/en_US/ax_applications/Effect/AXFXChorusCallback.html ./man/en_US/ax_applications/Effect/AXFXChorusCallbackDpl2.html ./man/en_US/ax_applications/Effect/AXFXChorusExpCallback.html ./man/en_US/ax_applications/Effect/AXFXChorusExpCallbackDpl2.html ./man/en_US/ax_applications/Effect/AXFXChorusExpGetMemSize.html ./man/en_US/ax_applications/Effect/AXFXChorusExpGetMemSizeDpl2.html ./man/en_US/ax_applications/Effect/AXFXChorusExpInit.html ./man/en_US/ax_applications/Effect/AXFXChorusExpInitDpl2.html ./man/en_US/ax_applications/Effect/AXFXChorusExpSettings.html ./man/en_US/ax_applications/Effect/AXFXChorusExpSettingsDpl2.html ./man/en_US/ax_applications/Effect/AXFXChorusExpSettingsUpdate.html ./man/en_US/ax_applications/Effect/AXFXChorusExpSettingsUpdateDpl2.html ./man/en_US/ax_applications/Effect/AXFXChorusExpShutdown.html ./man/en_US/ax_applications/Effect/AXFXChorusExpShutdownDpl2.html ./man/en_US/ax_applications/Effect/AXFXChorusGetMemSize.html ./man/en_US/ax_applications/Effect/AXFXChorusGetMemSizeDpl2.html ./man/en_US/ax_applications/Effect/AXFXChorusInit.html ./man/en_US/ax_applications/Effect/AXFXChorusInitDpl2.html ./man/en_US/ax_applications/Effect/AXFXChorusSettings.html ./man/en_US/ax_applications/Effect/AXFXChorusSettingsDpl2.html ./man/en_US/ax_applications/Effect/AXFXChorusShutdown.html ./man/en_US/ax_applications/Effect/AXFXChorusShutdownDpl2.html ./man/en_US/ax_applications/Effect/AXFXDelayCallback.html ./man/en_US/ax_applications/Effect/AXFXDelayCallbackDpl2.html ./man/en_US/ax_applications/Effect/AXFXDelayExpCallback.html ./man/en_US/ax_applications/Effect/AXFXDelayExpCallbackDpl2.html ./man/en_US/ax_applications/Effect/AXFXDelayExpGetMemSize.html ./man/en_US/ax_applications/Effect/AXFXDelayExpGetMemSizeDpl2.html ./man/en_US/ax_applications/Effect/AXFXDelayExpInit.html ./man/en_US/ax_applications/Effect/AXFXDelayExpInitDpl2.html ./man/en_US/ax_applications/Effect/AXFXDelayExpSettings.html ./man/en_US/ax_applications/Effect/AXFXDelayExpSettingsDpl2.html ./man/en_US/ax_applications/Effect/AXFXDelayExpSettingsUpdate.html ./man/en_US/ax_applications/Effect/AXFXDelayExpSettingsUpdateDpl2.html ./man/en_US/ax_applications/Effect/AXFXDelayExpShutdown.html ./man/en_US/ax_applications/Effect/AXFXDelayExpShutdownDpl2.html ./man/en_US/ax_applications/Effect/AXFXDelayGetMemSize.html ./man/en_US/ax_applications/Effect/AXFXDelayGetMemSizeDpl2.html ./man/en_US/ax_applications/Effect/AXFXDelayInit.html ./man/en_US/ax_applications/Effect/AXFXDelayInitDpl2.html ./man/en_US/ax_applications/Effect/AXFXDelaySettings.html ./man/en_US/ax_applications/Effect/AXFXDelaySettingsDpl2.html ./man/en_US/ax_applications/Effect/AXFXDelayShutdown.html ./man/en_US/ax_applications/Effect/AXFXDelayShutdownDpl2.html ./man/en_US/ax_applications/Effect/AXFXGetHooks.html ./man/en_US/ax_applications/Effect/AXFXReverbHiCallback.html ./man/en_US/ax_applications/Effect/AXFXReverbHiCallbackDpl2.html ./man/en_US/ax_applications/Effect/AXFXReverbHiExpCallback.html ./man/en_US/ax_applications/Effect/AXFXReverbHiExpCallbackDpl2.html ./man/en_US/ax_applications/Effect/AXFXReverbHiExpGetMemSize.html ./man/en_US/ax_applications/Effect/AXFXReverbHiExpGetMemSizeDpl2.html ./man/en_US/ax_applications/Effect/AXFXReverbHiExpInit.html ./man/en_US/ax_applications/Effect/AXFXReverbHiExpInitDpl2.html ./man/en_US/ax_applications/Effect/AXFXReverbHiExpSettings.html ./man/en_US/ax_applications/Effect/AXFXReverbHiExpSettingsDpl2.html ./man/en_US/ax_applications/Effect/AXFXReverbHiExpSettingsUpdate.html ./man/en_US/ax_applications/Effect/AXFXReverbHiExpSettingsUpdateDpl2.html ./man/en_US/ax_applications/Effect/AXFXReverbHiExpShutdown.html ./man/en_US/ax_applications/Effect/AXFXReverbHiExpShutdownDpl2.html ./man/en_US/ax_applications/Effect/AXFXReverbHiGetMemSize.html ./man/en_US/ax_applications/Effect/AXFXReverbHiGetMemSizeDpl2.html ./man/en_US/ax_applications/Effect/AXFXReverbHiInit.html ./man/en_US/ax_applications/Effect/AXFXReverbHiInitDpl2.html ./man/en_US/ax_applications/Effect/AXFXReverbHiSettings.html ./man/en_US/ax_applications/Effect/AXFXReverbHiSettingsDpl2.html ./man/en_US/ax_applications/Effect/AXFXReverbHiShutdown.html ./man/en_US/ax_applications/Effect/AXFXReverbHiShutdownDpl2.html ./man/en_US/ax_applications/Effect/AXFXReverbStdCallback.html ./man/en_US/ax_applications/Effect/AXFXReverbStdCallbackDpl2.html ./man/en_US/ax_applications/Effect/AXFXReverbStdExpCallback.html ./man/en_US/ax_applications/Effect/AXFXReverbStdExpCallbackDpl2.html ./man/en_US/ax_applications/Effect/AXFXReverbStdExpGetMemSize.html ./man/en_US/ax_applications/Effect/AXFXReverbStdExpGetMemSizeDpl2.html ./man/en_US/ax_applications/Effect/AXFXReverbStdExpInit.html ./man/en_US/ax_applications/Effect/AXFXReverbStdExpInitDpl2.html ./man/en_US/ax_applications/Effect/AXFXReverbStdExpSettings.html ./man/en_US/ax_applications/Effect/AXFXReverbStdExpSettingsDpl2.html ./man/en_US/ax_applications/Effect/AXFXReverbStdExpSettingsUpdate.html ./man/en_US/ax_applications/Effect/AXFXReverbStdExpSettingsUpdateDpl2.html ./man/en_US/ax_applications/Effect/AXFXReverbStdExpShutdown.html ./man/en_US/ax_applications/Effect/AXFXReverbStdExpShutdownDpl2.html ./man/en_US/ax_applications/Effect/AXFXReverbStdGetMemSize.html ./man/en_US/ax_applications/Effect/AXFXReverbStdGetMemSizeDpl2.html ./man/en_US/ax_applications/Effect/AXFXReverbStdInit.html ./man/en_US/ax_applications/Effect/AXFXReverbStdInitDpl2.html ./man/en_US/ax_applications/Effect/AXFXReverbStdSettings.html ./man/en_US/ax_applications/Effect/AXFXReverbStdSettingsDpl2.html ./man/en_US/ax_applications/Effect/AXFXReverbStdShutdown.html ./man/en_US/ax_applications/Effect/AXFXReverbStdShutdownDpl2.html ./man/en_US/ax_applications/Effect/AXFXSetHooks.html ./man/en_US/ax_applications/Effect/AXFX_CHORUS.html ./man/en_US/ax_applications/Effect/AXFX_CHORUS_EXP.html ./man/en_US/ax_applications/Effect/AXFX_CHORUS_EXP_preset.html ./man/en_US/ax_applications/Effect/AXFX_DELAY.html ./man/en_US/ax_applications/Effect/AXFX_DELAY_EXP.html ./man/en_US/ax_applications/Effect/AXFX_DELAY_EXP_preset.html ./man/en_US/ax_applications/Effect/AXFX_REVERBHI.html ./man/en_US/ax_applications/Effect/AXFX_REVERBHI_EXP.html ./man/en_US/ax_applications/Effect/AXFX_REVERBHI_EXP_preset.html ./man/en_US/ax_applications/Effect/AXFX_REVERBSTD.html ./man/en_US/ax_applications/Effect/AXFX_REVERBSTD_EXP.html ./man/en_US/ax_applications/Effect/AXFX_REVERBSTD_EXP_preset.html ./man/en_US/ax_applications/sampledemos/axstream.html ./man/en_US/card/CARDCheck.html ./man/en_US/card/CARDCheckExAsync.html ./man/en_US/card/CARDCreate.html ./man/en_US/card/CARDDelete.html ./man/en_US/card/CARDFastDelete.html ./man/en_US/card/CARDFormat.html ./man/en_US/card/CARDMount.html ./man/en_US/card/CARDRead.html ./man/en_US/card/CARDRename.html ./man/en_US/card/CARDSetAttributes.html ./man/en_US/card/CARDSetBannerFormat.html ./man/en_US/card/CARDSetStatus.html ./man/en_US/card/CARDWrite.html ./man/en_US/dvd/DVDCancel.html ./man/en_US/dvd/DVDCancelAll.html ./man/en_US/dvd/DVDChangeDisk.html ./man/en_US/dvd/DVDRead.html ./man/en_US/dvd/DVDReadAsync.html ./man/en_US/dvd/DVDReadPrio.html ./man/en_US/dvd/DVDSeek.html ./man/en_US/dvd/DVDSeekPrio.html ./man/en_US/gx/Management/GXDrawDone.html ./man/en_US/gx/Management/GXWaitDrawDone.html ./man/en_US/hio2/HIO2Read.html ./man/en_US/hio2/HIO2Write.html ./man/en_US/icons.html ./man/en_US/main.html ./man/en_US/midi/MIDIGetStatus.html ./man/en_US/midi/MIDIRead.html ./man/en_US/nand/NANDChangeDir.html ./man/en_US/nand/NANDCheck.html ./man/en_US/nand/NANDClose.html ./man/en_US/nand/NANDCreate.html ./man/en_US/nand/NANDCreateDir.html ./man/en_US/nand/NANDDelete.html ./man/en_US/nand/NANDFreeBlocks.html ./man/en_US/nand/NANDGetAvailableArea.html ./man/en_US/nand/NANDGetHomeDirUsage.html ./man/en_US/nand/NANDGetLength.html ./man/en_US/nand/NANDGetStatus.html ./man/en_US/nand/NANDGetTmpDirUsage.html ./man/en_US/nand/NANDGetType.html ./man/en_US/nand/NANDMove.html ./man/en_US/nand/NANDOpen.html ./man/en_US/nand/NANDRead.html ./man/en_US/nand/NANDReadDir.html ./man/en_US/nand/NANDSafeClose.html ./man/en_US/nand/NANDSafeOpen.html ./man/en_US/nand/NANDSeek.html ./man/en_US/nand/NANDSetStatus.html ./man/en_US/nand/NANDSimpleSafeCancel.html ./man/en_US/nand/NANDSimpleSafeClose.html ./man/en_US/nand/NANDSimpleSafeOpen.html ./man/en_US/nand/NANDTell.html ./man/en_US/nand/NANDWrite.html ./man/en_US/os/Interrupt/intro.html ./man/en_US/os/Stack/OSGetStackPointer.html ./man/en_US/os/Thread/OSCreateThread.html ./man/en_US/os/Thread/OSJoinThread.html ./man/en_US/os/Thread/OSSleepThread.html ./man/en_US/os/Thread/OSSuspendThread.html ./man/en_US/os/Thread_Synchronization/OSJamMessage.html ./man/en_US/os/Thread_Synchronization/OSLockMutex.html ./man/en_US/os/Thread_Synchronization/OSReceiveMessage.html ./man/en_US/os/Thread_Synchronization/OSSendMessage.html ./man/en_US/os/Thread_Synchronization/OSWaitCond.html ./man/en_US/os/Thread_Synchronization/OSWaitSemaphore.html ./man/en_US/os/WiiMenu/OSReturnToDataManager.html ./man/en_US/os/WiiMenu/OSReturnToMenu.html ./man/en_US/os/WiiMenu/OSReturnToSetting.html ./man/en_US/os/list.html ./man/en_US/os/overview.html ./man/en_US/os/toc.html ./man/en_US/sc/SCCheckPCPassword.html ./man/en_US/sc/list.html ./man/en_US/sc/toc.html ./man/en_US/tools/list.html ./man/en_US/tools/ndrun_prechecker.html ./man/en_US/tools/setfirmware.html ./man/en_US/tools/toc.html ./man/en_US/vi/VIWaitForRetrace.html ./readme-RVL_SDK-3_1-patch.txt