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

version 1.1, 2003/10/16 17:58:02 version 1.4, 2005/05/13 05:47:25
Line 1 Line 1
   
 typedef struct {  typedef struct {
         UINT16  timera;          UINT16  timera;
         BYTE    timerb;          UINT8   timerb;
         BYTE    status;          UINT8   status;
         BYTE    reg;          UINT8   reg;
         BYTE    intr;          UINT8   intr;
         BYTE    irq;          UINT8   irq;
         BYTE    intdisabel;          UINT8   intdisabel;
 } _FMTIMER, *FMTIMER;  } _FMTIMER, *FMTIMER;
   
   
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(UINT reg, REG8 value);
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }

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


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