mirror of
https://github.com/rvtr/ntr_bootrom.git
synced 2025-10-31 07:11:11 -04:00
54 lines
1.6 KiB
C
54 lines
1.6 KiB
C
//======================================================================
|
|
// IRISサブプロセッサ・モニタプログラム用定義
|
|
//======================================================================
|
|
#ifndef _IRIS_SUBP_MON_TARGET_H
|
|
#define _IRIS_SUBP_MON_TARGET_H
|
|
|
|
|
|
#include <IrisSubpTarget.h>
|
|
|
|
|
|
//#define BB_MON // ブレッドボード専用定義への切り換え
|
|
//#define TEG_MON // TEGボード専用定義への切り換え
|
|
#define TS_MON // TS専用定義への切り換え
|
|
|
|
|
|
#define NDEBUG
|
|
|
|
|
|
//#define DISABLE_SECURE_CODE // セキュアコード無効化
|
|
|
|
//#define BOOT_FROM_CARTRIDGE // カートリッジ・ブート
|
|
|
|
//#define DISABLE_ENCRYPT // 暗号化無効化
|
|
|
|
//#define DISABLE_BOOT_IPL2 // IPL2ブート無効化
|
|
|
|
//#define DISP_READY_CARD_4_IPL2 // IPL2カード読み込み準備完了表示
|
|
|
|
//#define DISABLE_READ_CARD_4_IPL2 // IPL2カード読み込み無効化
|
|
|
|
//#define ENABLE_DEBUGGER_ON_4MB // デバッガ BB2動作確認
|
|
|
|
//#define TEST_HUFFMAN // ハフマンコード・テスト
|
|
|
|
//#define TEST_AGB_MODE // AGBモード・テスト
|
|
|
|
//#define DISP_AGB_HEADER_ERROR // AGBヘッダエラー表示
|
|
|
|
//#define ENABLE_WRITE_FLASH // FLASHデータ書き込み
|
|
|
|
//#define DISABLE_FLASH // FLASH処理無効化
|
|
|
|
//#define TRACE_SECURE_OP // SECUREコマンドのトレース
|
|
|
|
//#define MOVE_TRACE_SECURE_BUF // SECUREコマンドのトレース領域の移動
|
|
|
|
//#define ENABLE_TEST_BLOWFISH // Blowfish テスト版
|
|
|
|
//#define TEST_CARD_BY_MAINP // メインプロセッサでのカードアクセス・テスト
|
|
|
|
|
|
|
|
#endif // _IRIS_SUBP_MON_TARGET_H
|