fix moar bugs, get furtherer (add support for SDHC addressing)

This commit is contained in:
Arisotura
2019-06-19 15:54:07 +02:00
parent 6e5879f8bb
commit 2a60fad0a5
2 changed files with 12 additions and 3 deletions

View File

@ -120,12 +120,12 @@ private:
u8 SSR[64];
u32 BlockSize;
u32 RWAddress;
u64 RWAddress;
u32 RWCommand;
void SetState(u32 state) { CSR &= ~(0xF << 9); CSR |= (state << 9); }
void ReadBlock(u32 addr);
void ReadBlock(u64 addr);
};
#endif // DSI_SD_H