You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.
When the file system on SD gets fragmented (by adding and removing small files) alt64 will be unable to read some files correctly, especially when loading ROMs. See:
When the file system on SD gets fragmented (by adding and removing small files) alt64 will be unable to read some files correctly, especially when loading ROMs. See:
alt64/menu.c
Lines 1315 to 1322 in 3ba0910
The issue is that the code assumes there is no fragmentation, so it just does a pure DMA from SD, starting with the first sector in the FAT.
A fragmented ROM will be read incorrectly, and usually will not boot. (Or it may boot and crash later, or have other strange errors.)
The text was updated successfully, but these errors were encountered: