Diff for /np2/generic/dipswbmp.h between versions 1.1 and 1.2

version 1.1, 2003/11/21 06:51:11 version 1.2, 2005/02/07 14:46:10
Line 6  extern "C"{ Line 6  extern "C"{
   
 // それぞれ 4bit BMPが返る (メモリ解放を行なうこと)  // それぞれ 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);  UINT8 *dipswbmp_getsnd26(UINT8 cfg);
 BYTE *dipswbmp_getsnd86(BYTE cfg);  UINT8 *dipswbmp_getsnd86(UINT8 cfg);
 BYTE *dipswbmp_getsndspb(BYTE cfg, BYTE vrc);  UINT8 *dipswbmp_getsndspb(UINT8 cfg, UINT8 vrc);
 BYTE *dipswbmp_getmpu(BYTE cfg);  UINT8 *dipswbmp_getmpu(UINT8 cfg);
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }

Removed from v.1.1  
changed lines
  Added in v.1.2


RetroPC.NET-CVS <cvs@retropc.net>