1 #ifndef __MDFN_FXSCSI_H 2 #define __MDFN_FXSCSI_H 3 4 bool FXSCSI_Init(void); 5 uint8 FXSCSI_CtrlRead(uint32 A); 6 void FXSCSI_CtrlWrite(uint32 A, uint8 V); 7 8 #endif 9
1 #ifndef __MDFN_FXSCSI_H 2 #define __MDFN_FXSCSI_H 3 4 bool FXSCSI_Init(void); 5 uint8 FXSCSI_CtrlRead(uint32 A); 6 void FXSCSI_CtrlWrite(uint32 A, uint8 V); 7 8 #endif 9