Skip to content
Permalink
Browse files
Merge pull request #11104 from vpelletier/drop_chiperase_comment
EXI_DeviceMemoryCard: Drop comment about ChipErase behaviour
  • Loading branch information
AdmiralCurtiss committed Sep 28, 2022
2 parents d9cd819 + 85d2358 commit dd3db94
Showing 1 changed file with 0 additions and 2 deletions.
@@ -295,8 +295,6 @@ void CEXIMemoryCard::SetCS(int cs)
case Command::ChipErase:
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_status &= ~MC_STATUS_BUSY;
}

0 comments on commit dd3db94

Please sign in to comment.