--- np2/sound/fmtimer.h 2003/10/16 17:58:02 1.1.1.1 +++ np2/sound/fmtimer.h 2005/05/13 05:47:25 1.4 @@ -1,12 +1,12 @@ typedef struct { UINT16 timera; - BYTE timerb; - BYTE status; - BYTE reg; - BYTE intr; - BYTE irq; - BYTE intdisabel; + UINT8 timerb; + UINT8 status; + UINT8 reg; + UINT8 intr; + UINT8 irq; + UINT8 intdisabel; } _FMTIMER, *FMTIMER; @@ -17,8 +17,8 @@ extern "C" { void fmport_a(NEVENTITEM item); void fmport_b(NEVENTITEM item); -void fmtimer_reset(BYTE irq); -void fmtimer_setreg(BYTE reg, BYTE value); +void fmtimer_reset(UINT irq); +void fmtimer_setreg(UINT reg, REG8 value); #ifdef __cplusplus }