mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
MachineSettingsがセキュアコンポーネントに対応しきれていなかったのを修正。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@888 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
33e7341dd2
commit
66f0d9184d
@ -47,9 +47,10 @@ SRCS = main.c MachineSetting.c \
|
|||||||
LINCLUDES = $(MISC_DIR)/include
|
LINCLUDES = $(MISC_DIR)/include
|
||||||
|
|
||||||
MAKEROM_FLAGS += -DTITLEID_LO='$(TITLEID_LO)'
|
MAKEROM_FLAGS += -DTITLEID_LO='$(TITLEID_LO)'
|
||||||
|
|
||||||
MAKETAD_FLAGS += -s
|
MAKETAD_FLAGS += -s
|
||||||
|
|
||||||
#LLIBRARIES += libreset_param$(TWL_LIBSUFFIX).a
|
LLIBRARIES = libsea$(TWL_LIBSUFFIX).a
|
||||||
|
|
||||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
|
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
|
|||||||
@ -114,7 +114,11 @@ Property
|
|||||||
# WRAM mapping: [MAP_BB_HYB/MAP_BB_LTD/MAP_TS_HYB/MAP_TS_LTD]
|
# WRAM mapping: [MAP_BB_HYB/MAP_BB_LTD/MAP_TS_HYB/MAP_TS_LTD]
|
||||||
# don't have to edit
|
# don't have to edit
|
||||||
#
|
#
|
||||||
WramMapping $(MAKEROM_WRAM_MAPPING)
|
################################################################
|
||||||
|
|
||||||
|
WramMapping MAP_TS_SCR
|
||||||
|
|
||||||
|
################################################################
|
||||||
|
|
||||||
#
|
#
|
||||||
# CardRegion: card region [Japan/America/Europe/Australia/China/Korea]
|
# CardRegion: card region [Japan/America/Europe/Australia/China/Korea]
|
||||||
|
|||||||
@ -16,6 +16,7 @@
|
|||||||
*---------------------------------------------------------------------------*/
|
*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#include <twl.h>
|
#include <twl.h>
|
||||||
|
#include <twl/sea.h>
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "MachineSetting.h"
|
#include "MachineSetting.h"
|
||||||
|
|
||||||
@ -51,6 +52,8 @@ void TwlMain(void)
|
|||||||
(void)OS_EnableIrq();
|
(void)OS_EnableIrq();
|
||||||
(void)OS_EnableInterrupts();
|
(void)OS_EnableInterrupts();
|
||||||
|
|
||||||
|
SEA_Init();
|
||||||
|
|
||||||
GX_Init();
|
GX_Init();
|
||||||
GX_SetPower(GX_POWER_ALL); // 各ロジック パワーON
|
GX_SetPower(GX_POWER_ALL); // 各ロジック パワーON
|
||||||
FS_Init( 3 );
|
FS_Init( 3 );
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user