#ifndef _WonxSystemP_h_INCLUDED_ #define _WonxSystemP_h_INCLUDED_ /*****************************************************************************/ /* ここから */ /*****************************************************************************/ #include "WonxSystem.h" /*****************************************************************************/ /* クラスの定義 */ /*****************************************************************************/ typedef struct _WonxSystem { WWInterrupt ww_interrupt; /* * ww_timer[0] はVBLANK割り込み用. * ww_timer[1] はVBLANKを利用したタイマカウンタ割り込み用. * ww_timer[2] はHBLANKを利用したタイマカウンタ割り込み用. */ WWTimer ww_timer[3]; UNIXTimer unix_timer; } _WonxSystem; /*****************************************************************************/ /* ここまで */ /*****************************************************************************/ #endif /*****************************************************************************/ /* End of File. */ /*****************************************************************************/