Diff for /np2/sound/fmtimer.h between versions 1.1 and 1.2

version 1.1, 2003/10/16 17:58:02 version 1.2, 2003/12/08 00:55:33
Line 17  extern "C" { Line 17  extern "C" {
 void fmport_a(NEVENTITEM item);  void fmport_a(NEVENTITEM item);
 void fmport_b(NEVENTITEM item);  void fmport_b(NEVENTITEM item);
   
 void fmtimer_reset(BYTE irq);  void fmtimer_reset(UINT irq);
 void fmtimer_setreg(BYTE reg, BYTE value);  void fmtimer_setreg(REG8 reg, REG8 value);
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }

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


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