DOSBox-X
|
00001 00002 typedef struct { 00003 UINT16 timera; 00004 UINT8 timerb; 00005 UINT8 status; 00006 UINT8 reg; 00007 UINT8 intr; 00008 UINT8 irq; 00009 UINT8 intdisabel; 00010 } _FMTIMER, *FMTIMER; 00011 00012 00013 #ifdef __cplusplus 00014 extern "C" { 00015 #endif 00016 00017 void fmport_a(NEVENTITEM item); 00018 void fmport_b(NEVENTITEM item); 00019 00020 void fmtimer_reset(UINT irq); 00021 void fmtimer_setreg(UINT reg, REG8 value); 00022 00023 #ifdef __cplusplus 00024 } 00025 #endif 00026