Merge pull request #11104 from vpelletier/drop_chiperase_comment

EXI_DeviceMemoryCard: Drop comment about ChipErase behaviour
This commit is contained in:
Admiral H. Curtiss 2022-09-28 21:51:50 +02:00 committed by GitHub
commit dd3db9437c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
} }