・TwlSDKリビジョン4386への対応のためrsfファイルおよびmakerom.TWL類を修正。

・ドキュメント更新。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@755 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yosiokat 2008-02-27 13:05:32 +00:00
parent 3b496b82b9
commit 52a15bfd6f
18 changed files with 16 additions and 48 deletions

View File

@ -99,10 +99,6 @@ Property
###
### Setting for TWL
###
#
# BANNER FILE:
#
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
#
# Digest parameters:

View File

@ -99,10 +99,6 @@ Property
###
### Setting for TWL
###
#
# BANNER FILE:
#
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
#
# Digest parameters:
@ -164,8 +160,8 @@ AppendProperty
#PrivateSaveDataSize 16K
#
# Enable SaveBannerFile
#SaveBannerFile TRUE
# Enable SubBannerFile
#SubBannerFile TRUE
}

View File

@ -100,10 +100,6 @@ Property
###
### Setting for TWL
###
#
# BANNER FILE:
#
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
#
# Digest parameters:
@ -165,8 +161,8 @@ AppendProperty
PrivateSaveDataSize 16K
#
# Enable SaveBannerFile
SaveBannerFile FALSE
# Enable SubBannerFile
SubBannerFile FALSE
}

View File

@ -99,10 +99,6 @@ Property
###
### Setting for TWL
###
#
# BANNER FILE:
#
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
#
# Digest parameters:
@ -164,8 +160,8 @@ AppendProperty
#PrivateSaveDataSize 16K
#
# Enable SaveBannerFile
SaveBannerFile FALSE
# Enable SubBannerFile
SubBannerFile FALSE
}

View File

@ -99,10 +99,6 @@ Property
###
### Setting for TWL
###
#
# BANNER FILE:
#
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
#
# Digest parameters:
@ -164,8 +160,8 @@ AppendProperty
#PrivateSaveDataSize 16K
#
# Enable SaveBannerFile
#SaveBannerFile TRUE
# Enable SubBannerFile
#SubBannerFile TRUE
}

View File

@ -99,10 +99,6 @@ Property
###
### Setting for TWL
###
#
# BANNER FILE:
#
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
#
# Digest parameters:
@ -164,8 +160,8 @@ AppendProperty
#PrivateSaveDataSize 16K
#
# Enable SaveBannerFile
SaveBannerFile FALSE
# Enable SubBannerFile
SubBannerFile FALSE
}

View File

@ -99,10 +99,6 @@ Property
###
### Setting for TWL
###
#
# BANNER FILE:
#
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
#
# Digest parameters:
@ -164,8 +160,8 @@ AppendProperty
#PrivateSaveDataSize 16K
#
# Enable SaveBannerFile
#SaveBannerFile TRUE
# Enable SubBannerFile
#SubBannerFile TRUE
}

View File

@ -126,11 +126,11 @@ int main(int argc, char *argv[])
// 0x1BF - TWL expansion flags
// u8 codec_mode:1; // 0:NTR mode, 1:TWL mode // undeveloped
// u8 otherParentalControls:1; // 1: Enable OtherParentalControls
// u8 saveBannerFile:1; // 1: Enable SaveBannerFile
// u8 subBannerFile:1; // 1: Enable SubBannerFile
// u8 wifiConnection:1; // 1: Use WiFiConnection
rom_header.s.codec_mode = 1; // 0:NTR mode, 1:TWL mode // undeveloped
rom_header.s.otherParentalControls = 0; // 1: Enable OtherParentalControls
rom_header.s.saveBannerFile = 0; // 1: Enable SaveBannerFile
rom_header.s.subBannerFile = 0; // 1: Enable SubBannerFile
rom_header.s.wifiConnection = 1; // 1: Use WiFiConnection

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -100,10 +100,6 @@ Property
###
### Setting for TWL
###
#
# BANNER FILE:
#
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
#
# Digest parameters:
@ -165,8 +161,8 @@ AppendProperty
#PrivateSaveDataSize 16K
#
# Enable SaveBannerFile
#SaveBannerFile TRUE
# Enable SubBannerFile
#SubBannerFile TRUE
}
RomSpec

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.