(更新:Akabane Jumpei)

FINAL_ROMビルド時の出力制御を追加




git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1927 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
(no author) 2008-07-17 02:19:53 +00:00
parent a89d6d77ae
commit 4b27e8facc

View File

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