DOSBox-X
|
00001 00002 00003 #ifdef __cplusplus 00004 extern "C" { 00005 #endif 00006 00007 void cs4231io_reset(void); 00008 void cs4231io_bind(void); 00009 00010 void IOOUTCALL cs4231io0_w8(UINT port, REG8 value); 00011 REG8 IOINPCALL cs4231io0_r8(UINT port); 00012 void IOOUTCALL cs4231io2_w8(UINT port, REG8 value); 00013 REG8 IOINPCALL cs4231io2_r8(UINT port); 00014 void IOOUTCALL cs4231io5_w8(UINT port, REG8 value); 00015 REG8 IOINPCALL cs4231io5_r8(UINT port); 00016 00017 #ifdef __cplusplus 00018 } 00019 #endif 00020