mb_child_simple

Description

mb_child_simple is a test program that displays several debug information items and conducts DS download play. This program downloads programs without checking the authentication codes, so during development it should be used in testing, etc.
A release version and a ROM version of this program have been prepared, but their only difference is a text output to the debugger. Also, when there is no need to trace in detail the child device-side internal state of the DS download play process, we recommend that you use mb_child, which is the same sort of test program and is closer to the release version.

Operation Method

At startup, "PUSH A TO START" will be displayed. Pressing the A Button will scan the DS Single-Card Play parent device and display a list of discovered game information. The chart below discusses each item on the screen:
USERNAME
GAMENAME
At the top is the parent device player name, while the game name is displayed at the bottom.
PERSON The denominator shows the maximum number of players, while the numerator shows the current number of players participating.
L Displays the most recent condition of the link strength for the parent device that is transmitting this game information.
Introduction Displays a descriptive sentence about the game that the cursor has currently selected.

Select a game with the Up and Down buttons on the +Control Pad, and begin the download with the A Button.

After that, the progress will be displayed in the interval between the completion of the download and the reception of the restart request from the parent device.
If the B Button is pressed at this time, the download will be cancelled, and you will return to the initial "PUSH A TO START" screen.

There will be a restart in accordance with the request from the parent device, and then the downloaded game will start.

Via a series of processes, the internal state of the child device and the MB library debug output will be displayed on the sub screen as a log.

Location

$NitroSDK/bin/ARM9-TS/Release/mb_child_simple.srl
$NitroSDK/bin/ARM9-TS/Rom/mb_child_simple.srl

See Also

Revision History

03/08/2005 Initial version