mirror of
https://github.com/rvtr/ntr_bootrom.git
synced 2025-10-31 07:11:11 -04:00
33 lines
968 B
C
33 lines
968 B
C
//======================================================================
|
|
// IRISサブプロセッサ・モニタプログラム用定義
|
|
//======================================================================
|
|
#ifndef _IRIS_SUBP_MON_TARGET_H
|
|
#define _IRIS_SUBP_MON_TARGET_H
|
|
|
|
|
|
#include <IrisTarget.h>
|
|
|
|
|
|
//#define BB_MON // ブレッドボード専用定義への切り換え
|
|
//#define TEG_MON // TEGボード専用定義への切り換え
|
|
#define TS_MON // TS専用定義への切り換え
|
|
|
|
|
|
#define NDEBUG
|
|
|
|
|
|
//#define DISP_BIOS_VERSION // BIOSバージョン表示
|
|
|
|
//#define DISP_READY_CARD_4_IPL2 // IPL2カード読み込み準備完了表示
|
|
|
|
//#define TEST_AGB_MODE // AGBモード・テスト
|
|
|
|
//#define DISP_AGB_HEADER_ERROR // AGBヘッダエラー表示
|
|
|
|
//#define TEST_ENABLE_JTAG // JTAGイネーブルテスト
|
|
|
|
//#define TEST_CARD_BY_MAINP // メインプロセッサでのカードアクセス・テスト
|
|
|
|
|
|
#endif // _IRIS_SUBP_MON_TARGET_H
|