Reset capacity mask to 0x7F when erasing UFM

This commit is contained in:
Zane Kaminski 2020-06-09 20:44:40 -04:00
parent 9ae4d72b65
commit 1e1ecf9592
3 changed files with 2 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -351,7 +351,8 @@ int main(void)
gotoxy(1, 9);
cputs("Do not turn off your Apple.");
ufm_erase(); // Reset RAM2E settings
ufm_erase(); // Erase RAM2E settings memory
set_mask_temp(0x7F); // Set mask to default (0x7F)
// Wait for >= 500ms on even the fastest systems.
spin(32, 8);