mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 15:18:43 +02:00
EXI_DeviceMemoryCard: Drop comment about ChipErase behaviour
Tested on an official DOL-014 (251 blocks) memory card by executing the 0xf4 command on a card with content along its entire length and then dumping the whole card: it reads as 0xff all the way through. Therefor, the current implementation is already consistent with hardware.
This commit is contained in:
parent
d9cd819a76
commit
85d2358157
@ -295,8 +295,6 @@ void CEXIMemoryCard::SetCS(int cs)
|
|||||||
case Command::ChipErase:
|
case Command::ChipErase:
|
||||||
if (m_position > 2)
|
if (m_position > 2)
|
||||||
{
|
{
|
||||||
// TODO: Investigate on HW, I (LPFaint99) believe that this only
|
|
||||||
// erases the system area (Blocks 0-4)
|
|
||||||
m_memory_card->ClearAll();
|
m_memory_card->ClearAll();
|
||||||
m_status &= ~MC_STATUS_BUSY;
|
m_status &= ~MC_STATUS_BUSY;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user