|
|
| version 1.1, 2003/10/16 17:58:02 | version 1.3, 2005/02/07 14:46:12 |
|---|---|
| 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(REG8 reg, REG8 value); |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |