Diff for /np2/sound/s98.h between versions 1.5 and 1.6

version 1.5, 2005/02/09 20:11:35 version 1.6, 2005/05/13 05:47:25
Line 24  void S98_init(void); Line 24  void S98_init(void);
 void S98_trash(void);  void S98_trash(void);
 BRESULT S98_open(const OEMCHAR *filename);  BRESULT S98_open(const OEMCHAR *filename);
 void S98_close(void);  void S98_close(void);
 void S98_put(REG8 module, REG8 addr, REG8 data);  void S98_put(REG8 module, UINT addr, REG8 data);
 void S98_sync(void);  void S98_sync(void);
   
 #endif  #endif

Removed from v.1.5  
changed lines
  Added in v.1.6


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