ntr_bootrom/trunk/IrisMainp/include/Iris2D_Arm.s

35 lines
853 B
ArmAsm
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;=====================================================================
; Iris2D_Arm.s
; 2Dアフィン変換ライブラリARMASM用
;
; Copyright (C) 2003 NINTENDO Co.,Ltd.
;=====================================================================
IF :DEF: _IRIS_2D_H
ELSE
_IRIS_2D_H * 1
INCLUDE IrisTargetArm.s
;-----------------------------------------------------------------------
; BGアフィン変換パラメータ セット
;-----------------------------------------------------------------------
EXTERN BG_SetAffine
;-----------------------------------------------------------------------
; OBJアフィン変換 セット
;-----------------------------------------------------------------------
EXTERN OBJ_SetAffine
ENDIF ; _IRIS_2D_H
END