--- np2/generic/dipswbmp.h 2003/11/21 06:51:11 1.1 +++ np2/generic/dipswbmp.h 2005/02/07 14:46:10 1.2 @@ -6,12 +6,12 @@ extern "C"{ // それぞれ 4bit BMPが返る (メモリ解放を行なうこと) -BYTE *dipswbmp_get9861(const BYTE *s, const BYTE *j); +UINT8 *dipswbmp_get9861(const UINT8 *s, const UINT8 *j); -BYTE *dipswbmp_getsnd26(BYTE cfg); -BYTE *dipswbmp_getsnd86(BYTE cfg); -BYTE *dipswbmp_getsndspb(BYTE cfg, BYTE vrc); -BYTE *dipswbmp_getmpu(BYTE cfg); +UINT8 *dipswbmp_getsnd26(UINT8 cfg); +UINT8 *dipswbmp_getsnd86(UINT8 cfg); +UINT8 *dipswbmp_getsndspb(UINT8 cfg, UINT8 vrc); +UINT8 *dipswbmp_getmpu(UINT8 cfg); #ifdef __cplusplus }