| 54 | } |
| 55 | |
| 56 | void Sio0::SoftReset() |
| 57 | { |
| 58 | padStarted = false; |
| 59 | sioMode = SioMode::NOT_SET; |
| 60 | sioCommand = 0; |
| 61 | sioStage = SioStage::IDLE; |
| 62 | g_MemoryCardProtocol.ResetPS1State(); |
| 63 | } |
| 64 | |
| 65 | // Simulates the ACK line on the bus. Peripherals are expected to send an ACK signal |
| 66 | // over this line to tell the PS1 "keep sending me things I'm not done yet". The PS1 |
no test coverage detected