trunk rev.1927のマージ

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/branches/20080717_SDK500ss4_branch@1928 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yoshida_teruhisa 2008-07-17 02:22:13 +00:00
parent 0ea5d8cb96
commit 29e804ca0c

View File

@ -26,6 +26,7 @@ extern "C" {
// Define ------------------------------------------------------------------- // Define -------------------------------------------------------------------
#define SYSM_HOTSW_ENABLE_ROMEMU #define SYSM_HOTSW_ENABLE_ROMEMU
#define USE_WRAM_LOAD #define USE_WRAM_LOAD
//#define INITIAL_KEYTABLE_PRELOAD
//#define USE_NEW_DMA //#define USE_NEW_DMA
//#define HOTSW_NO_MESSAGE // Printf抑制スイッチ //#define HOTSW_NO_MESSAGE // Printf抑制スイッチ
@ -37,6 +38,9 @@ extern "C" {
#define HOTSW_TPrintf OS_TPrintf #define HOTSW_TPrintf OS_TPrintf
#define HOTSW_PutString OS_PutString #define HOTSW_PutString OS_PutString
#endif #endif
#else
#define HOTSW_TPrintf( ... ) ((void)0)
#define HOTSW_PutString( ... ) ((void)0)
#endif #endif
// enum ------------------------------------------------------------------- // enum -------------------------------------------------------------------