MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / SoftReset

Method SoftReset

pcsx2/SIO/Sio0.cpp:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void 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

Callers 1

SetTxDataMethod · 0.95

Calls 1

ResetPS1StateMethod · 0.80

Tested by

no test coverage detected