From e0fefd4684c8b1f60782da5c9b89bdca0532a55e Mon Sep 17 00:00:00 2001 From: yosiokat Date: Wed, 27 May 2009 05:40:10 +0000 Subject: [PATCH] =?UTF-8?q?DispOwnerInfo=E3=81=A7=E3=81=AE=E3=80=81?= =?UTF-8?q?=E4=B8=AD=E5=9B=BD=E3=80=81=E9=9F=93=E5=9B=BD=E5=90=91=E3=81=91?= =?UTF-8?q?=E3=82=A2=E3=83=97=E3=83=AA=E3=83=93=E3=83=AB=E3=83=89=E6=99=82?= =?UTF-8?q?=E3=81=AE=E8=A8=AD=E5=AE=9A=E8=BF=BD=E5=8A=A0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2823 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/tests/DispOwnerInfo/main.rsf | 2 ++ build/tests/DispOwnerInfo/readme.txt | 9 +++++++++ build/tests/DispOwnerInfo/src/main.c | 3 +++ 3 files changed, 14 insertions(+) diff --git a/build/tests/DispOwnerInfo/main.rsf b/build/tests/DispOwnerInfo/main.rsf index 41bdcfc9..cc22e856 100644 --- a/build/tests/DispOwnerInfo/main.rsf +++ b/build/tests/DispOwnerInfo/main.rsf @@ -21,6 +21,8 @@ Arm7 Property { BannerFile ./banner/myGameBanner.bnr +# ForChina TRUE +# ForKorea TRUE # RomSpeedType MROM } diff --git a/build/tests/DispOwnerInfo/readme.txt b/build/tests/DispOwnerInfo/readme.txt index 9048b0a7..13d1e7b0 100644 --- a/build/tests/DispOwnerInfo/readme.txt +++ b/build/tests/DispOwnerInfo/readme.txt @@ -17,3 +17,12 @@ WW NitroSDK2.00, 2.01は、CW1.00fcでビルドしてください。 TwlSDK5.1PR1は、CW1.02でビルドしてください。また、TWLSDK_PLATFORM=NITROの環境でビルドしてください。 +作成するバイナリの種類 +下記組み合わせでバイナリを作成します。 + +SDK | WW | CN | KR | +-------------|----|----|----| +NitroSDK2.00 | ○ | × | × | +NitroSDK2.01 | ○ | ○ | × | +TwlSDK5.1PR1 | ○ | ○ | ○ | + diff --git a/build/tests/DispOwnerInfo/src/main.c b/build/tests/DispOwnerInfo/src/main.c index 9f2fdf27..4929f803 100644 --- a/build/tests/DispOwnerInfo/src/main.c +++ b/build/tests/DispOwnerInfo/src/main.c @@ -59,6 +59,7 @@ static void VBlankIntr( void ); // ================================================================== /* function */ +static const char *isbn[4] = { "0-000000-00-0", "000-0000-000", "0000", " 000" }; // メイン void NitroMain( void ) @@ -66,6 +67,8 @@ void NitroMain( void ) /* OS 初期化 */ OS_InitPrintServer(); OS_Init(); +// OS_InitChina(); // SDK 2.01の場合 +// OS_InitChina( isbn ); // SDK 5.1 の場合 PXI_InitFifo(); OS_InitThread(); OS_InitTick();