mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
remmodel for SuperCard DSTWO
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/branches/20130304_launcher_save_app_tosd_Remodel@3080 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
commit
1ef4117338
33
Makefile
Normal file
33
Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
#! make -f
|
||||
#----------------------------------------------------------------------------
|
||||
# Project: TwlIPL - build
|
||||
# File: Makefile
|
||||
#
|
||||
# Copyright 2007 Nintendo. All rights reserved.
|
||||
#
|
||||
# These coded instructions, statements, and computer programs contain
|
||||
# proprietary information of Nintendo of America Inc. and/or Nintendo
|
||||
# Company Ltd., and are protected by Federal copyright law. They may
|
||||
# not be disclosed to third parties or copied or duplicated in any form,
|
||||
# in whole or in part, without the prior written consent of Nintendo.
|
||||
#
|
||||
# $Date:: $
|
||||
# $Rev$
|
||||
# $Author$
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
include $(TWL_IPL_RED_ROOT)/build/systemMenu_RED/Launcher/ARM9/commondefs.launcher
|
||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
|
||||
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
SUBDIRS = \
|
||||
build
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules
|
||||
|
||||
|
||||
#===== End of Makefile =====
|
||||
32
Makefile.full
Normal file
32
Makefile.full
Normal file
@ -0,0 +1,32 @@
|
||||
#! make -f
|
||||
#----------------------------------------------------------------------------
|
||||
# Project: TwlIPL - build
|
||||
# File: Makefile.full
|
||||
#
|
||||
# Copyright 2007 Nintendo. All rights reserved.
|
||||
#
|
||||
# These coded instructions, statements, and computer programs contain
|
||||
# proprietary information of Nintendo of America Inc. and/or Nintendo
|
||||
# Company Ltd., and are protected by Federal copyright law. They may
|
||||
# not be disclosed to third parties or copied or duplicated in any form,
|
||||
# in whole or in part, without the prior written consent of Nintendo.
|
||||
#
|
||||
# $Date:: $
|
||||
# $Rev$
|
||||
# $Author$
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
include $(TWL_IPL_RED_ROOT)/build/systemMenu_RED/Launcher/ARM9/commondefs.launcher
|
||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
|
||||
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
SUBMAKES = Makefile.twlSDK Makefile.nitroSystem.LTD Makefile.nitroSystem.HYB Makefile
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules
|
||||
|
||||
|
||||
#===== End of Makefile =====
|
||||
36
Makefile.nitroSystem.HYB
Normal file
36
Makefile.nitroSystem.HYB
Normal file
@ -0,0 +1,36 @@
|
||||
#! make -f
|
||||
#----------------------------------------------------------------------------
|
||||
# Project: TwlIPL - build
|
||||
# File: Makefile.nitroSystem
|
||||
#
|
||||
# Copyright 2007 Nintendo. All rights reserved.
|
||||
#
|
||||
# These coded instructions, statements, and computer programs contain
|
||||
# proprietary information of Nintendo of America Inc. and/or Nintendo
|
||||
# Company Ltd., and are protected by Federal copyright law. They may
|
||||
# not be disclosed to third parties or copied or duplicated in any form,
|
||||
# in whole or in part, without the prior written consent of Nintendo.
|
||||
#
|
||||
# $Date:: $
|
||||
# $Rev$
|
||||
# $Author$
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
|
||||
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# 何故かよくわからないが、TARGET_ARCHGEN=ALLではダメ。TWL_ARCHGEN=HYBLIDでもダメ。。。
|
||||
export TARGET_ARCHGEN = HYBLID
|
||||
export TARGET_CODEGEN = ALL
|
||||
export NITRO_WITHOUT_DEMOS = TRUE
|
||||
|
||||
SUBDIRS = $(NITROSYSTEM_ROOT)
|
||||
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules
|
||||
|
||||
|
||||
#===== End of Makefile =====
|
||||
36
Makefile.nitroSystem.LTD
Normal file
36
Makefile.nitroSystem.LTD
Normal file
@ -0,0 +1,36 @@
|
||||
#! make -f
|
||||
#----------------------------------------------------------------------------
|
||||
# Project: TwlIPL - build
|
||||
# File: Makefile.nitroSystem
|
||||
#
|
||||
# Copyright 2007 Nintendo. All rights reserved.
|
||||
#
|
||||
# These coded instructions, statements, and computer programs contain
|
||||
# proprietary information of Nintendo of America Inc. and/or Nintendo
|
||||
# Company Ltd., and are protected by Federal copyright law. They may
|
||||
# not be disclosed to third parties or copied or duplicated in any form,
|
||||
# in whole or in part, without the prior written consent of Nintendo.
|
||||
#
|
||||
# $Date:: $
|
||||
# $Rev$
|
||||
# $Author$
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
|
||||
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# 何故かよくわからないが、TARGET_ARCHGEN=ALLではダメ。TWL_ARCHGEN=ALL, TARGET_ARCHGEN=LIMITEDでもダメ。。。
|
||||
export TWL_ARCHGEN = LIMITED
|
||||
export TARGET_CODEGEN = ALL
|
||||
export NITRO_WITHOUT_DEMOS = TRUE
|
||||
|
||||
SUBDIRS = $(NITROSYSTEM_ROOT)
|
||||
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules
|
||||
|
||||
|
||||
#===== End of Makefile =====
|
||||
38
Makefile.sysmenu
Normal file
38
Makefile.sysmenu
Normal file
@ -0,0 +1,38 @@
|
||||
#! make -f
|
||||
#----------------------------------------------------------------------------
|
||||
# Project: TwlIPL - build
|
||||
# File: Makefile.sysmenu
|
||||
#
|
||||
# Copyright 2007 Nintendo. All rights reserved.
|
||||
#
|
||||
# These coded instructions, statements, and computer programs contain
|
||||
# proprietary information of Nintendo of America Inc. and/or Nintendo
|
||||
# Company Ltd., and are protected by Federal copyright law. They may
|
||||
# not be disclosed to third parties or copied or duplicated in any form,
|
||||
# in whole or in part, without the prior written consent of Nintendo.
|
||||
#
|
||||
# $Date:: $
|
||||
# $Rev$
|
||||
# $Author$
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
TARGET_FIRM = SYSTEMMENU
|
||||
|
||||
include $(TWL_IPL_RED_ROOT)/build/systemMenu_RED/Launcher/ARM9/commondefs.launcher
|
||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
|
||||
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
SUBDIRS = \
|
||||
build/tools \
|
||||
build/libraries_sysmenu \
|
||||
build/components \
|
||||
build/systemmenu_RED
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules
|
||||
|
||||
|
||||
#===== End of Makefile =====
|
||||
35
Makefile.twlSDK
Normal file
35
Makefile.twlSDK
Normal file
@ -0,0 +1,35 @@
|
||||
#! make -f
|
||||
#----------------------------------------------------------------------------
|
||||
# Project: TwlIPL - build
|
||||
# File: Makefile.twlSDK
|
||||
#
|
||||
# Copyright 2007 Nintendo. All rights reserved.
|
||||
#
|
||||
# These coded instructions, statements, and computer programs contain
|
||||
# proprietary information of Nintendo of America Inc. and/or Nintendo
|
||||
# Company Ltd., and are protected by Federal copyright law. They may
|
||||
# not be disclosed to third parties or copied or duplicated in any form,
|
||||
# in whole or in part, without the prior written consent of Nintendo.
|
||||
#
|
||||
# $Date:: $
|
||||
# $Rev$
|
||||
# $Author$
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
|
||||
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
export TARGET_ARCHGEN = ALL
|
||||
export TARGET_CODEGEN = ALL
|
||||
|
||||
SUBDIRS = \
|
||||
$(ROOT)/build/libraries/reboot \
|
||||
$(ROOT)/build/demos/gx/UnitTours/DEMOLib
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules
|
||||
|
||||
|
||||
#===== End of Makefile =====
|
||||
54
Remodel_doc_and_sample/accs_lst.txt
Normal file
54
Remodel_doc_and_sample/accs_lst.txt
Normal file
@ -0,0 +1,54 @@
|
||||
#**************************************************************************
|
||||
# 偽装イメージ出すマジコン対応した吸出ツール用設定ファイル
|
||||
# 目的:アクセスパターンで状態判別するタイプの偽装はがし
|
||||
# (注意)ファイルサイズを64K以下にする
|
||||
#
|
||||
# 書式:行先頭で判別、数値は16進8桁まで、改行はCR,CRLFどっちもOK
|
||||
# #(シャープ) -> コメント
|
||||
# R : リードオフセット、サイズ
|
||||
# M : リードオフセット、サイズ -> 吸い出したROMイメージに上書き
|
||||
# <BEFOR>,<AFTER> : ホワイトチェック前、後
|
||||
# <END> : 終端
|
||||
# "<"とアルファベットの間に何も入れてはいけない
|
||||
# サイズは4の倍数
|
||||
# 数値は","か" "で区切る、有効部分以外は無視 = コメント扱い
|
||||
# <BEFOR>,<AFTER>への登録は各々32個まで
|
||||
#
|
||||
# (例)DSTWO1.11 で製品アクセスをまねて改竄されたオーバレイ0を吸出
|
||||
# <BEFOR>
|
||||
# R 166000,200
|
||||
# R 166600,200
|
||||
# R 16fa00,200
|
||||
#R 3b5a00,200
|
||||
# R 3b8000,8a8
|
||||
# R 16f800,4e00
|
||||
# R 166000,9800
|
||||
# R 6ba00,200
|
||||
# M 6c200,6400 -- OVL0
|
||||
#**************************************************************************
|
||||
|
||||
# -------------- SUPERCARD DS TWO ver 1.11 -------------
|
||||
<BEFOR>
|
||||
#R 166000,200
|
||||
#R 166600,200
|
||||
#R 16fa00,200
|
||||
#R 3b5a00,200
|
||||
#R 3b8000,8a8 -- trigger
|
||||
M 3b8000,200 -- test
|
||||
#R 16f800,4e00
|
||||
#R 166000,9800
|
||||
#R 6ba00,200
|
||||
M 6c200,6400 -- OVL0
|
||||
|
||||
<AFTER>
|
||||
#R 166000,200
|
||||
#R 166600,200
|
||||
#R 16fa00,200
|
||||
#R 3b5a00,200
|
||||
#R 3b8000,8a8 -- trigger
|
||||
M 3b8000,200 -- test
|
||||
#R 16f800,4e00
|
||||
#R 166000,9800
|
||||
#R 6ba00,200
|
||||
M 6c200,6400 -- OVL0
|
||||
<END>
|
||||
1
Remodel_doc_and_sample/ctrl.cfg
Normal file
1
Remodel_doc_and_sample/ctrl.cfg
Normal file
@ -0,0 +1 @@
|
||||
ァ
|
||||
64
Remodel_doc_and_sample/manu.txt
Normal file
64
Remodel_doc_and_sample/manu.txt
Normal file
@ -0,0 +1,64 @@
|
||||
|
||||
SuperCard DSTWO の偽装イメージ対応の改造
|
||||
ベース品: aqua/svn/TwlIPL/branches/20081113_launcher_save_app_to_sd
|
||||
|
||||
----
|
||||
DSTWOはHashチェックを回避するために
|
||||
ブートチェック時とアプリ動作時でリードしたオーバレイ0が違う
|
||||
判定はオーバレイリードまでのリードパターンで見てると思われる
|
||||
改ざんした方を吸出せるよう、指定手順でリードする機能を追加。
|
||||
|
||||
|
||||
インストール:
|
||||
TwlNmenuFuill などで HNAA.tad をインポートします。
|
||||
電源を入れなおす。
|
||||
|
||||
使用方法:
|
||||
基本はベースになったツールほぼそのまま
|
||||
ランチャから Aボタンのみでカード起動するとカードの先頭から256MをDSへ書き出す
|
||||
Y同時で32Mのみ行いますが、オーバレイが以降に配置されてると合成時におかしくなる可能性あります
|
||||
しばらく画面が白黒くりかえし、DSTWO画面か表示が止まったら終わってるはず。
|
||||
B同時押しで起動のみ。
|
||||
|
||||
偽装回避して吸出し:
|
||||
SDに"accs.lst"という名前のファイルがあると
|
||||
ROM吸出しの前後に指定の順でリード(プリ、ポストリード)を行います
|
||||
記述方法はサンプルのコメントを見てください
|
||||
|
||||
|
||||
ブートチェックの流れと位置関係
|
||||
ヘッダチェック->常駐部リード&Hash計算->プリリード
|
||||
->ROM吸出し->ポストリード->(出力あれば)ROMに合成
|
||||
->オーバレイリード&Hash チェック
|
||||
|
||||
合成はプリ、ポストの順に行う
|
||||
重複部分は リストの 前<後、プリ<ポスト 優先となる
|
||||
|
||||
(hint)
|
||||
ポストリードでトリガとなるリードすれば
|
||||
チェック時に改竄されたオーバレイ0が読める
|
||||
ただし、改竄オーバレイは一度しか出ないため(2013.2.28 現在、原因不明)
|
||||
プリ/ポストリードでリードしてるとダメ
|
||||
|
||||
オーバレイチェック時のオーバレイを出力する方法
|
||||
(デバグ用の機能なので変更、削除するかも)
|
||||
ctrl.cfgをSDにおいてください。
|
||||
|
||||
--------
|
||||
ctra.cfg
|
||||
//+0;default = 0
|
||||
b7:オーバレイをハッシュチェック時にSD出力
|
||||
b0:オーバレイサイズで読む
|
||||
b1:同ライト
|
||||
//+1:default = 0;
|
||||
オーバレイサイズで読む最大数;
|
||||
//+2:default = 1
|
||||
b0: ROM吸出を有効
|
||||
//+3:予約
|
||||
|
||||
ファイルがないときデフォ動作
|
||||
------------
|
||||
|
||||
|
||||
|
||||
|
||||
BIN
RomHeader/012A/rom_header_012a.template.sbin
Normal file
BIN
RomHeader/012A/rom_header_012a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0B4A/rom_header_0b4a.template.sbin
Normal file
BIN
RomHeader/0B4A/rom_header_0b4a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0D0A/libsyscall_c.bin
Normal file
BIN
RomHeader/0D0A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0D0A/rom_header_0d0a.template.sbin
Normal file
BIN
RomHeader/0D0A/rom_header_0d0a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0D1A/libsyscall_c.bin
Normal file
BIN
RomHeader/0D1A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0D1A/rom_header_0d1a.template.sbin
Normal file
BIN
RomHeader/0D1A/rom_header_0d1a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0D2A/libsyscall_c.bin
Normal file
BIN
RomHeader/0D2A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0D2A/rom_header_0d2a.template.sbin
Normal file
BIN
RomHeader/0D2A/rom_header_0d2a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0D3A/libsyscall_c.bin
Normal file
BIN
RomHeader/0D3A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0D3A/rom_header_0d3a.template.sbin
Normal file
BIN
RomHeader/0D3A/rom_header_0d3a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0D4A/libsyscall_c.bin
Normal file
BIN
RomHeader/0D4A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0D4A/rom_header_0d4a.template.sbin
Normal file
BIN
RomHeader/0D4A/rom_header_0d4a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0D5A/libsyscall_c.bin
Normal file
BIN
RomHeader/0D5A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0D5A/rom_header_0d5a.template.sbin
Normal file
BIN
RomHeader/0D5A/rom_header_0d5a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0D6A/libsyscall_c.bin
Normal file
BIN
RomHeader/0D6A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0D6A/rom_header_0d6a.template.sbin
Normal file
BIN
RomHeader/0D6A/rom_header_0d6a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0D7A/libsyscall_c.bin
Normal file
BIN
RomHeader/0D7A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0D7A/rom_header_0d7a.template.sbin
Normal file
BIN
RomHeader/0D7A/rom_header_0d7a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0D8A/libsyscall_c.bin
Normal file
BIN
RomHeader/0D8A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0D8A/rom_header_0d8a.template.sbin
Normal file
BIN
RomHeader/0D8A/rom_header_0d8a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0D9A/libsyscall_c.bin
Normal file
BIN
RomHeader/0D9A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0D9A/rom_header_0d9a.template.sbin
Normal file
BIN
RomHeader/0D9A/rom_header_0d9a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0DAA/libsyscall_c.bin
Normal file
BIN
RomHeader/0DAA/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0DAA/rom_header_0daa.template.sbin
Normal file
BIN
RomHeader/0DAA/rom_header_0daa.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0DBA/libsyscall_c.bin
Normal file
BIN
RomHeader/0DBA/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0DBA/rom_header_0dba.template.sbin
Normal file
BIN
RomHeader/0DBA/rom_header_0dba.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0DCA/libsyscall_c.bin
Normal file
BIN
RomHeader/0DCA/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0DCA/rom_header_0dca.template.sbin
Normal file
BIN
RomHeader/0DCA/rom_header_0dca.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0DDA/libsyscall_c.bin
Normal file
BIN
RomHeader/0DDA/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0DDA/rom_header_0dda.template.sbin
Normal file
BIN
RomHeader/0DDA/rom_header_0dda.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0DEA/libsyscall_c.bin
Normal file
BIN
RomHeader/0DEA/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0DEA/rom_header_0dea.template.sbin
Normal file
BIN
RomHeader/0DEA/rom_header_0dea.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0DTA/libsyscall_c.bin
Normal file
BIN
RomHeader/0DTA/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0DTA/rom_header_0dta.template.sbin
Normal file
BIN
RomHeader/0DTA/rom_header_0dta.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0E0A/libsyscall_c.bin
Normal file
BIN
RomHeader/0E0A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0E0A/rom_header_0e0a.template.sbin
Normal file
BIN
RomHeader/0E0A/rom_header_0e0a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0E1A/libsyscall_c.bin
Normal file
BIN
RomHeader/0E1A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0E1A/rom_header_0e1a.template.sbin
Normal file
BIN
RomHeader/0E1A/rom_header_0e1a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0E2A/libsyscall_c.bin
Normal file
BIN
RomHeader/0E2A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0E2A/rom_header_0e2a.template.sbin
Normal file
BIN
RomHeader/0E2A/rom_header_0e2a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0E3A/libsyscall_c.bin
Normal file
BIN
RomHeader/0E3A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0E3A/rom_header_0e3a.template.sbin
Normal file
BIN
RomHeader/0E3A/rom_header_0e3a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0E4A/libsyscall_c.bin
Normal file
BIN
RomHeader/0E4A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0E4A/rom_header_0e4a.template.sbin
Normal file
BIN
RomHeader/0E4A/rom_header_0e4a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0E5A/libsyscall_c.bin
Normal file
BIN
RomHeader/0E5A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0E5A/rom_header_0e5a.template.sbin
Normal file
BIN
RomHeader/0E5A/rom_header_0e5a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0E6A/libsyscall_c.bin
Normal file
BIN
RomHeader/0E6A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0E6A/rom_header_0e6a.template.sbin
Normal file
BIN
RomHeader/0E6A/rom_header_0e6a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0E7A/libsyscall_c.bin
Normal file
BIN
RomHeader/0E7A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0E7A/rom_header_0e7a.template.sbin
Normal file
BIN
RomHeader/0E7A/rom_header_0e7a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0E8A/libsyscall_c.bin
Normal file
BIN
RomHeader/0E8A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0E8A/rom_header_0e8a.template.sbin
Normal file
BIN
RomHeader/0E8A/rom_header_0e8a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0E9A/libsyscall_c.bin
Normal file
BIN
RomHeader/0E9A/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0E9A/rom_header_0e9a.template.sbin
Normal file
BIN
RomHeader/0E9A/rom_header_0e9a.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0EAA/libsyscall_c.bin
Normal file
BIN
RomHeader/0EAA/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0EAA/rom_header_0eaa.template.sbin
Normal file
BIN
RomHeader/0EAA/rom_header_0eaa.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0EBA/libsyscall_c.bin
Normal file
BIN
RomHeader/0EBA/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0EBA/rom_header_0eba.template.sbin
Normal file
BIN
RomHeader/0EBA/rom_header_0eba.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0ECA/libsyscall_c.bin
Normal file
BIN
RomHeader/0ECA/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0ECA/rom_header_0eca.template.sbin
Normal file
BIN
RomHeader/0ECA/rom_header_0eca.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0EDA/libsyscall_c.bin
Normal file
BIN
RomHeader/0EDA/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0EDA/rom_header_0eda.template.sbin
Normal file
BIN
RomHeader/0EDA/rom_header_0eda.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0EEA/libsyscall_c.bin
Normal file
BIN
RomHeader/0EEA/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0EEA/rom_header_0eea.template.sbin
Normal file
BIN
RomHeader/0EEA/rom_header_0eea.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0EFA/libsyscall_c.bin
Normal file
BIN
RomHeader/0EFA/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0EFA/rom_header_0efa.template.sbin
Normal file
BIN
RomHeader/0EFA/rom_header_0efa.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0EGA/libsyscall_c.bin
Normal file
BIN
RomHeader/0EGA/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0EGA/rom_header_0ega.template.sbin
Normal file
BIN
RomHeader/0EGA/rom_header_0ega.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0EHA/libsyscall_c.bin
Normal file
BIN
RomHeader/0EHA/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0EHA/rom_header_0eha.template.sbin
Normal file
BIN
RomHeader/0EHA/rom_header_0eha.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0EIA/libsyscall_c.bin
Normal file
BIN
RomHeader/0EIA/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0EIA/rom_header_0eia.template.sbin
Normal file
BIN
RomHeader/0EIA/rom_header_0eia.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0EJA/libsyscall_c.bin
Normal file
BIN
RomHeader/0EJA/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0EJA/rom_header_0eja.template.sbin
Normal file
BIN
RomHeader/0EJA/rom_header_0eja.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0EKA/libsyscall_c.bin
Normal file
BIN
RomHeader/0EKA/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0EKA/rom_header_0eka.template.sbin
Normal file
BIN
RomHeader/0EKA/rom_header_0eka.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0ELA/libsyscall_c.bin
Normal file
BIN
RomHeader/0ELA/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0ELA/rom_header_0ela.template.sbin
Normal file
BIN
RomHeader/0ELA/rom_header_0ela.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0EMA/libsyscall_c.bin
Normal file
BIN
RomHeader/0EMA/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0EMA/rom_header_0ema.template.sbin
Normal file
BIN
RomHeader/0EMA/rom_header_0ema.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0ENA/libsyscall_c.bin
Normal file
BIN
RomHeader/0ENA/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0ENA/rom_header_0ena.template.sbin
Normal file
BIN
RomHeader/0ENA/rom_header_0ena.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0EOA/libsyscall_c.bin
Normal file
BIN
RomHeader/0EOA/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0EOA/rom_header_0eoa.template.sbin
Normal file
BIN
RomHeader/0EOA/rom_header_0eoa.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0EPA/libsyscall_c.bin
Normal file
BIN
RomHeader/0EPA/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0EPA/rom_header_0epa.template.sbin
Normal file
BIN
RomHeader/0EPA/rom_header_0epa.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0EQA/libsyscall_c.bin
Normal file
BIN
RomHeader/0EQA/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0EQA/rom_header_0eqa.template.sbin
Normal file
BIN
RomHeader/0EQA/rom_header_0eqa.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0ERA/libsyscall_c.bin
Normal file
BIN
RomHeader/0ERA/libsyscall_c.bin
Normal file
Binary file not shown.
BIN
RomHeader/0ERA/rom_header_0era.template.sbin
Normal file
BIN
RomHeader/0ERA/rom_header_0era.template.sbin
Normal file
Binary file not shown.
BIN
RomHeader/0ESA/libsyscall_c.bin
Normal file
BIN
RomHeader/0ESA/libsyscall_c.bin
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user