DOSBox-X
|
00001 00002 #if defined(SUPPORT_PX) 00003 00004 #ifdef __cplusplus 00005 extern "C" { 00006 #endif 00007 00008 void boardpx1_reset(const NP2CFG *pConfig); 00009 void boardpx1_bind(void); 00010 00011 void boardpx2_reset(const NP2CFG *pConfig); 00012 void boardpx2_bind(void); 00013 00014 #ifdef __cplusplus 00015 } 00016 #endif 00017 00018 #endif // defined(SUPPORT_PX) 00019